Jump to content

onix09

Membru
  • Posts

    580
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by onix09

  1. onix09

    undefined

    [sC]Sx3r3, nu's eu mare scripter, nush nici rezolvarea, dar in nici un caz ce ai zis tu nu e corect:|
  2. Simplu de facut, dar folositor, nu sariti pe mne dar eu ii dau 5/5 :grin:
  3. 4.5/ adica tot da ...dar cum zice s stuntman, puteai face textdraw-ull mai mic mai aranjaet.. :D
  4. onix09

    ZDM v.01

    Frumos, 4/5 pt ca nu e prea cine stie ce...dar cred ca esti la inceput :wink:
  5. 10/10 Celui care la facut -100/100 pt Tne....RUSINE!
  6. Frumos... imi place mult cum ai aranjat dialogurile :cool: 6/5
  7. Frumos nam ce zice, e oringial, din ce vad in script ori nu am mai vazut eu genul scriptuluui:P Daka e facut de tne 5/5 dak nu ... -10/5
  8. Frumusel, dar cum zice mia sus, pare GF-Edit din ce am vazut prin script..
  9. C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10724) : error 035: argument type mismatch (argument 5) C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : error 017: undefined symbol "Commands" C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : warning 215: expression has no effect C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : error 001: expected token: ";", but found "]" C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : error 029: invalid expression, assumed zero C:\Documents and Settings\Administrator\Desktop\KoS.pwn(10754) : fatal error 107: too many error messages on one line Ce sa fac? Linia 10724 ShowPlayerDialog(playerid, 9046, DIALOG_STYLE_MSGBOX,"Comenzi", CommandDialog(), "Ok", "Close"); Linia 10754 Commands[0]='\0';
  10. MI-SE STINGE SERVERUL DEODATA! IN LOG NU APARE NIMIC DUBIOS :shocked: [19:14:02] +---------------------------------+ [19:14:02] + King of Stunt 0.3d + [19:14:02] + Created by Darky + [19:14:02] + Edited by Xpllor + [19:14:02] + Just another gamemode ! + [19:14:02] +---------------------------------+ [19:14:02] + Copyright @ 2012 Darky + [19:14:02] + Copyright @ 2012 Xpllor + [19:14:02] +---------------------------------+ [19:14:02] + GAMEMODE WAS LOADED ! + [19:14:02] +---------------------------------+ [19:14:02] Number of vehicle models: 51 [19:14:31] Incoming connection: 127.0.0.1:2536 [19:14:31] [join] Xpllor has joined the server (0:127.0.0.1)
  11. Misto, continua tot asa
  12. Foarte misto Bravo te pricepi 5/5
  13. Misto, akm il bag pe server :)
  14. Uitati comanda mea de SetLevel COMMAND:setlevel(playerid,params[]) { new level,playerid2,file[256]; new tmp[256], tmp2[256], Index,str[50],str2[50]; tmp = strtok(params,Index), tmp2 = strtok(params,Index),playerid2 = strval(tmp),level = strval(tmp2); format(file,sizeof(file),"xAdmin/Accounts/%s.txt",GetName(playerid2)); if(Account[playerid][Level] < 5) return SendClientMessage(playerid,Yellow,"* Iti trebuie nivel 5 ca sa folosesti aceasta comanda!"); if (sscanf(params, "ud", playerid2, level)) return SendClientMessage(playerid, Yellow, "FOLOSESTE: /setlevel id level"); if(level > 5 ) return SendClientMessage(playerid,Yellow,"Level incorect"); if(!IsPlayerConnected(playerid2))return SendClientMessage(playerid,Yellow,"Playerul nu este conectat!"); Account[playerid2][Level] = level; dini_IntSet(file,"Level",level); format(str,sizeof(str),"* Iai setat lui %s nivelul la %d",GetName(playerid2),level); SendClientMessage(playerid,Blue,str); format(str2,sizeof(str2),"* Admin '%s' te-a facut nivel %d",GetName(playerid),level); SendClientMessage(playerid2,Blue,str2); return 1; } Vreau sa o fac si pentru RCON cum o fac?
  15. Foarte frumos darky, n-ai vrea sa ma inveti si pe mine sa scriptez
  16. dami id tau prin PM siti dau tot FS
  17. Mdea..am facut pas cu pas cum zice pe wiki(http://wiki.sa-mp.com/wiki/Creating_A_Simple_Administration_FilterScript) dar imi da erorile: D:\server\The Stunt\filterscripts\admin.pwn(30) : error 017: undefined symbol "PLAYER_MAIN" D:\server\The Stunt\filterscripts\admin.pwn(30) : error 009: invalid array size (negative, zero or out of bounds) D:\server\The Stunt\filterscripts\admin.pwn(84) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(94) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(173) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(177) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(189) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(190) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(191) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(192) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(193) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(194) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(195) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(196) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(197) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(198) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(198) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(199) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(204) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(204) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(205) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(205) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(206) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(207) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(208) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(209) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(210) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(211) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(212) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(213) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(214) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(215) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(216) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(217) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(218) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(219) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(220) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(253) : error 017: undefined symbol "dcmd_setlevel" D:\server\The Stunt\filterscripts\admin.pwn(254) : error 017: undefined symbol "dcmd_freeze" D:\server\The Stunt\filterscripts\admin.pwn(255) : error 017: undefined symbol "dcmd_unfreeze" D:\server\The Stunt\filterscripts\admin.pwn(263) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(275) : error 017: undefined symbol "num_hash" D:\server\The Stunt\filterscripts\admin.pwn(276) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(277) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(278) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(278) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(279) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(279) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(286) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(288) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(294) : error 017: undefined symbol "num_hash" D:\server\The Stunt\filterscripts\admin.pwn(295) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(297) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(298) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(298) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(299) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(307) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(309) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(316) : error 017: undefined symbol "strtok" D:\server\The Stunt\filterscripts\admin.pwn(316) : error 033: array must be indexed (variable "tmp") D:\server\The Stunt\filterscripts\admin.pwn(319) : error 017: undefined symbol "strtok" D:\server\The Stunt\filterscripts\admin.pwn(319) : error 033: array must be indexed (variable "tmp2") D:\server\The Stunt\filterscripts\admin.pwn(322) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(322) : error 017: undefined symbol "num_hash" D:\server\The Stunt\filterscripts\admin.pwn(323) : warning 217: loose indentation D:\server\The Stunt\filterscripts\admin.pwn(323) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(332) : warning 213: tag mismatch D:\server\The Stunt\filterscripts\admin.pwn(315) : warning 203: symbol is never used: "index" D:\server\The Stunt\filterscripts\admin.pwn(380) : warning 203: symbol is never used: "dcmd_akill" D:\server\The Stunt\filterscripts\admin.pwn(380) : warning 203: symbol is never used: "dcmd_announce" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 12 Errors. nu ma prea intereseaza de warninguri..dar erorile.
  18. Adriane din padure nu mai fa post-hunt pentru posturi adica :shocked: Ori, daca tie iti palce acel mic cadou numit warn, continua
  19. Merzi a mers :D
  20. onix09

    26 errors

    Mdea...vrei ban? nu mai fa multipost(postezi imediat in mai putin de 24 ore in acelasi topic)
  21. 1. Folosesc ZSumo ca si GM 2. Cand nam facut nici o editare la gm mise vedeau mapele 2. Am editat dar la compilat na dat nici o eroare! 4. Pe server nu se mai vedea mapa, adica ,,CreateObject'' ca itemele default se vad 5. Revin cu Edit, incerc sa bag iar gm needitat sa vad daca e de la gm problema... EDIT: Da de la asta era problema, am bagat GM default iar obiectele se vedau....ce sa fac casa pot vedea obiectele si pe gm editat?
  22. Mdea...nush dak e reclama...Dar folosecs gm SumoFFS, nici un pic editat, dar cand intru p sv nu ma da nici in maisn nici p o arena, ma da simplu intrun loc la o ferma cva )
  23. Help me e cva urgent, la chat cand dau comenzi apare nui nici o problema dar cand un player scrie la chat ceva nu apare nimic, nimic! Inclusiv tu nu vezi ce zici nimeni! help me urgent! [Folosesc Drift Universe 0.3c]
  24. ...Cum fac sa pot intra in orice masina fara sami mai zica ,,Nu ai chei pentru aceasta masina'' si sa ma deie jos, iar daca se poate asta sa fie disponibil doar la admini [folosesc gmul ForTeam RolePlay]
×
×
  • 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.