Jump to content

eXorcism

Membru
  • Posts

    428
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by eXorcism

  1. Pai e cam asa SetTimer("message", 1000, false); dar trebuie sa faci si publicul care este asa forward message(); public message() { SendClientMessage(playerid,-1,"{FF8000}T{FFFFFF}est"); return 1; }
  2. E facut la viteza rock ) da dar apare si in tab :)
  3. Multumesc
  4. Nu am avut ce face astazi deci m-am decis sa postez un script. Acest script contine zcmd , foreach. Scriptul face culoarea numelui sa se schimbe automat. Imi cer scuze pentru neclaritate dar am rezolutia monitorului foarte mare xD. Poze: 1. 2. [img width=500 height=281] Downloads: Solidfiles :[download]http://www.solidfiles.com/d/7cc48534ed/[/download] PasteBin : [download]http://pastebin.com/a4dR5BKn[/download]
  5. eXorcism

    Spawn

    da
  6. OFF: da metoda switch este cea mai rapida, eu o folosesc si nu am buguri si alte minuni ). ON: Tanks o voi folosi intr-un server pentru filmari :)
  7. am si uitat sa iti las comment ) Super tare relase mertia 5/5 xD. P.S: poate faci si un tutorial despre meniuri .
  8. Lol tot serverul ma rog aproape tot e facut de team sa-mp.ro )
  9. Poze voi pune xD. da create clanul merge perfect nu stiu de ce se vaita astia dp forum frate )
  10. Descriere: Este un server de filmari este mai mult decat echipat pentru actiune xD. Atentie Este un server numai pentru filmari nu pentru alceva. Este facut din scripturi de pe sa-mp.ro si cateva comenzi facute de mine xD. Download: All Filles: [download]http://www.solidfiles.com/d/7eef69949e/[/download] PasteBin(doar .pwn): [download]http://pastebin.com/M5amw7UY[/download] Credits: Creator-Gm: RoW,Creator-Animatii: Darky, Creator-CreateClan: Gireada,Creator-Pickup's: Gireada, Creator-Case:[sGM]eXtreMe,Creator-Weapon System: RoW.
  11. Tanks Massari and [.E.m.O.]K1DDU (stiu ca se putea mai bine dar nu toti suntem tu xD)
  12. ai schimbat ceva in script ? folderul in scriptfiles este facut ?
  13. eXorcism

    Spawn

    Stiti ca cam pe toate serverele de Gf/Rpg cand dai register/login te spawneaza direct.Cum pot face asa ceva ?
  14. eXorcism

    Buy-Vip

    Stiu ca este identat bine sunt obsedat de aranjare )
  15. 1.Daca ai mysql r6 fa un update la r7 si asa pana nu mai da eroarea. 2.Mai este o posibilitate simpla la on PlayerConnect sa nu aiba SendRconCommand("exit"); Cam atata am avut de spus.
  16. On topic: Vorbeste cu cei de la host (este cel mai bine). Off: Lasati frate off-topicu ca pana la urma cel destept cedeaza primul )
  17. Da e foarte greu de facut o asemenea comanda. Pana si mie mi-a luat 1 sec )))). uite cmd: (Comanda este facut pe Zcmd poti modifca tu pe ce procesor de comenzi ai) CMD:prespawn( playerid,params [ ] ) { SpawnPlayer(playerid); return 1; }
  18. Greu e ba frate sa intri pe forum.sa-mp.com sa te duci unde vrei sau sa dai search Na mura in gura http://forum.sa-mp.com/showthread.php?t=120356
  19. Schimba asta #include <a_samp> new Gate; public OnFilterScriptInit() { Gate = CreateObject(968, 50.6020, -1521.1398, 4.9532, 0.0000, 90.0000, -98.0000, 100.0); return 1; } public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext, "/vama", true)){ if(IsPlayerInRangeOfPoint(playerid, 15.0, 50.6020, -1521.1398, 4.9532)){ GivePlayerMoney(playerid, -10); SetTimerEx("CloseGate", 8000, false, "i", playerid); MoveObject(Gate, 50.6020, -1521.1398, 4.9532, 3.0, 0.0, 1.0000, -98.0000); return SendClientMessage(playerid, 0xFF8200FF, "Ai 8 secunde sa treci,ai grija sa nu te blochezi."); } } return 0; } forward CloseGate(playerid); public CloseGate(playerid) { MoveObject(Gate, 50.6020, -1521.1398, 4.9532, 3.0, 0.0000, 90.0000, -98.0000); SendClientMessage(playerid, 0xFFFFFFFF, ""); } In Asta #include <a_samp> new Gate; public OnFilterScriptInit() { Gate = CreateObject(968, 50.6020, -1521.1398, 4.9532, 0.0000, 90.0000, -98.0000, 100.0); return 1; } public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext, "/vama", true)){ if(IsPlayerInRangeOfPoint(playerid, 15.0, 50.6020, -1521.1398, 4.9532)){ if(GetPlayerMoney(playerid) < 10) return SendClientMessage(playerid, 0xFF8200FF, "Tu nu ai 10$ pentru a trece !."); GivePlayerMoney(playerid, -10); SetTimerEx("CloseGate", 8000, false, "i", playerid); MoveObject(Gate, 50.6020, -1521.1398, 4.9532, 3.0, 0.0, 1.0000, -98.0000); return SendClientMessage(playerid, 0xFF8200FF, "Ai 8 secunde sa treci,ai grija sa nu te blochezi."); } } return 0; } forward CloseGate(playerid); public CloseGate(playerid) { MoveObject(Gate, 50.6020, -1521.1398, 4.9532, 3.0, 0.0000, 90.0000, -98.0000); SendClientMessage(playerid, 0xFFFFFFFF, ""); }
  20. Am si eu o problema cu masinile imi dubleaza masinile exemplu aici : nu stiu ce sa fac la OnGameModeInit am asa new ptmcar[10]; //----------------OnGameModeInit ptmcar[1] = CreateVehicle(579,1274.1068000,-2042.2578000,58.8995000,359.3878000,-1,-1,900); //Huntley ptmcar[2] = CreateVehicle(579,1278.4576000,-2042.2683000,58.8995000,0.0000000,-1,-1,900); //Huntley ptmcar[3] = CreateVehicle(560,1245.3206000,-2026.3519000,59.5444000,270.6799000,-1,-1,900); //Sultan ptmcar[4] = CreateVehicle(560,1245.4575000,-2030.3757000,59.5444000,270.6799000,-1,-1,900); //Sultan ptmcar[5] = CreateVehicle(409,1245.9938000,-2015.6508000,59.5769000,230.3842000,-1,-1,900); //Stretch ptmcar[6] = CreateVehicle(409,1246.6364000,-2010.7092000,59.5769000,230.3842000,-1,-1,900); //Stretch ptmcar[7] = CreateVehicle(487,1276.1467000,-2011.3606000,59.0758000,2.2249000,-1,-1,900); //Maverick ptmcar[8] = CreateVehicle(521,1244.3899000,-2041.7598000,59.3292000,268.0617000,-1,-1,900); //FCR-900 ptmcar[9] = CreateVehicle(521,1244.4412000,-2039.3096000,59.3292000,268.0617000,-1,-1,900); //FCR-900 iar la OnPlayerStateChange am asa : public OnPlayerStateChange(playerid,newstate,oldstate) { new nc = GetPlayerVehicleID(playerid); if( newstate == 2 ) { if( nc == ptmcar[1] || nc == ptmcar[2] || nc == ptmcar[3] || nc == ptmcar[4] || nc == ptmcar[5] ||nc == ptmcar[6] || nc == ptmcar[7] || nc == ptmcar[8] || nc == ptmcar[9] ) { if(pfct[playerid][fid] != 13) { SendClientMessage(playerid,-1,"You not member of P.T.M Street"); RemovePlayerFromVehicle(playerid); } } return 1; } return 1; } Am nevoie urgent de ajutor !( for Darky nu sunteti sclavi dar am nevoie de ajutor ma tot chinui de 4 zile cu el )
  21. Frumos 5/5. dar CMD:createclan(playerid, params[]) { if(PlayerInfo[playerid][pCreateClan] == -1) { ShowPlayerDialog(playerid,10, DIALOG_STYLE_INPUT, "Create Clan", "Introdu numele clanului tau:", "Accept", "Cancel"); } else { SendClientMessage(playerid, 0xFF0000AA, "Ai creeat deja un clan!"); } return 1; } putea deveni CMD:createclan(playerid,params[]) { if(PlayerInfo[playerid][pCreateClan] != 0) return SendClientMessage(playerid, 0xFF0000AA, "Ai creeat deja un clan!"); ShowPlayerDialog(playerid,10, DIALOG_STYLE_INPUT, "Create Clan", "Introdu numele clanului tau:", "Accept", "Cancel"); return 1; } na asa era si gura mica
  22. Da ma omule scriptu de gm ca nu iti pot spune ce sa faci prin telepatie ) sau lasami un pm cu id tau de messenger te ajut vinerea asta :)
  23. 1. Da incoace logul de la server fila aia din server "server_log.txt". 2. Daca folosesti mysql trebuie sa iti pui wamp server ca sa iti mearga )
  24. ON:Faci o variabila noua de exemplu totaltime Exemplu TotalGameTime(playerid, &h=0, &m=0, &s=0) { PlayerInfo[playerid][TotalTime] = ( (gettime() - PlayerInfo[playerid][ConnectTime]) + (PlayerInfo[playerid][Hours]*60*60) + (PlayerInfo[playerid][Minutes]*60) + (PlayerInfo[playerid][Seconds]) ); h = floatround(PlayerInfo[playerid][TotalTime] / 3600, floatround_floor); m = floatround(PlayerInfo[playerid][TotalTime] / 60, floatround_floor) % 60; s = floatround(PlayerInfo[playerid][TotalTime] % 60, floatround_floor); return PlayerInfo[playerid][TotalTime]; } Iar stats ar trebui sa arate asa CMD:stats(playerid,params[]) { new str[128] , h , m , s; TotalGameTime(playerid,h,m,s); format(str, 128, "{FF0000}Hours{FFFFFF}:\t\t{00FF00}%d\n{FF0000}Minutes{FFFFFF}:\t{00FF00}%d \n{FF0000}Seconds{FFFFFF}:\t{00FF00}%d",h,m,s); SendClientMessage(playerid,-1,str); return 1; } Apropo sistemul de salvare il faci singur nu te ajut eu aici . cum a zis si darky nu suntem sclavi ) Nu am testat dar ar trebui sa mearga ! Off:Darky nu mai fi asa rau are si el nevoie ce sa ii faci toti mai avem nevoie de ajutor(exceptie stuntman).
  25. Va rog ajutati-ma si pe mine cu comanda asta nu stiu ce are,nu creeaza clanul . CMD:createclan(playerid,params[]) { ShowPlayerDialog(playerid, CrCl , DIALOG_STYLE_INPUT ,"CreateClan" , "Creazati un clan scriind numele mai jos" , "Ok" , "Cancel" ); return 1; } Si OnDialogResponse case CrCl: { if(response) { if( Cinfo[ playerid ][ crank ] != 0 ) return SendClientMessage(playerid , -1 ,"Aloo doar un clan per player xD!"); new INI:File = INI_Open(UserPath(playerid)); INI_SetTag(File,"data"); INI_WriteString(File, "ClanName", inputtext); INI_Close(File); } }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.