Jump to content

eXorcism

Membru
  • Posts

    428
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by eXorcism

  1. gj 5/5
  2. poi de und le iau?
  3. salll all am o problema cu un fs si anume un createclan akm imaginea http://imageshack.us/photo/my-images/225/createclanproblema.png/ iar fs sa il puteti downloada http://www.2shared.com/file/-7I_NQKP/groups.html pls putin ajutor
  4. 5/5 gj
  5. uite comanda dar tre sa lucrezi la ea doar nuti vom da mura in gura daca folosesti zcmd e asa [pawn] CMD:buyadmin(playerid, params[]) { new name[MAX_PLAYER_NAME], strg[900]; GetPlayerName(playerid, name, sizeof(name)); format(strg,sizeof(strg),"{FC0303}LEVEL1-{33FF00}Gratis\n\n{FC0303}LEVEL2-{33FF00}5 ore\n\n{FC0303}LEVEL3-{33FF00}15 ore\n\n{FC0303}LEVEL4-{33FF00}20 ore\n\n{FC0303}LEVEL5 -{33FF00}25 ore\n\n{FC0303}LEVEL6-{33FF00}35 ore\n\n{00C0FF}Pentru a primi admin contactati Ownerul.",name); ShowPlayerDialog(playerid, 1111, DIALOG_STYLE_MSGBOX, "{00C0FF}Cumparati {FC0303}ADMIN{00C0FF}.Preturi pe gustu tau.", strg, "OK", "Cancel"); return 1; }[/pawn]
  6. eXorcism

    Help me

    nu am uitat nik nu imi da erori imi spune [pawn]Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase [/pawn]si atat in rest numi complima gm. P.S:Alte Gm sunt complimate bne. Si uite si GM http://www.2shared.com/file/y1zqRaPk/RZG.html
  7. eXorcism

    Help me

    scuze am scris la 2 noaptea si in graba va rog sa ma iertati pt greselile gramaticale. acum problema cand complim gm cu pawno face extensia .amx de 0 bytes
  8. eXorcism

    Help me

    sal all am o problema nu stiu dc nu imio complima gm in amx il face de 0 k
  9. problema rez ms NeLu.
  10. la comanda glow imi da 26 de erori [pawn]F:\Server scriptet de mne\gamemodes\RZF.pwn(200) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(222) : error 017: undefined symbol "strtok" F:\Server scriptet de mne\gamemodes\RZF.pwn(222) : error 033: array must be indexed (variable "cmd") F:\Server scriptet de mne\gamemodes\RZF.pwn(227) : warning 219: local variable "string" shadows a variable at a preceding level F:\Server scriptet de mne\gamemodes\RZF.pwn(236) : error 079: inconsistent return types (array & non-array) F:\Server scriptet de mne\gamemodes\RZF.pwn(246) : error 079: inconsistent return types (array & non-array) F:\Server scriptet de mne\gamemodes\RZF.pwn(254) : error 079: inconsistent return types (array & non-array) F:\Server scriptet de mne\gamemodes\RZF.pwn(263) : error 079: inconsistent return types (array & non-array) F:\Server scriptet de mne\gamemodes\RZF.pwn(271) : error 079: inconsistent return types (array & non-array) F:\Server scriptet de mne\gamemodes\RZF.pwn(279) : error 079: inconsistent return types (array & non-array) F:\Server scriptet de mne\gamemodes\RZF.pwn(285) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(286) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(287) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(288) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(289) : error 079: inconsistent return types (array & non-array) F:\Server scriptet de mne\gamemodes\RZF.pwn(294) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(295) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(296) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(297) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(298) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(299) : error 079: inconsistent return types (array & non-array) F:\Server scriptet de mne\gamemodes\RZF.pwn(304) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(305) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(306) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(307) : error 004: function "SendPlayerFormattedText" is not implemented F:\Server scriptet de mne\gamemodes\RZF.pwn(308) : error 079: inconsistent return types (array & non-array) F:\Server scriptet de mne\gamemodes\RZF.pwn(314) : error 017: undefined symbol "strtok" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.[/pawn] iar comanda este [pawn]if(!strcmp(cmdtext, "/glow", true)) { if(Glow[playerid] == 0) { Glow[playerid] = 1; format(newtext, sizeof(newtext), "~w~Glow~h~~b~ pornit.", dname); TextDrawSetString(healme, newtext); HideDraw(playerid); TextDrawShowForPlayer(playerid, healme); SetTimerEx("HideDraw", 3000, 0, "i", playerid); return 1; } else if(Glow[playerid] == 1) { Glow[playerid] = 0; format(newtext, sizeof(newtext), "~w~Glow~h~~b~ oprit.", dname); TextDrawSetString(healme, newtext); HideDraw(playerid); TextDrawShowForPlayer(playerid, healme); SetTimerEx("HideDraw", 3000, 0, "i", playerid); return 1; } }[/pawn].
  11. gj diabolik eun ceas frum 5/5
  12. gj 5/5
  13. Gj Speedy asta da sist de vip de la mne ai 5/5 mere perfect
  14. 3/5 putine comenzi la 15 comenzi pe putin poate de la mne vei lua 5/5
  15. gata ms trebuiau definite
  16. Sall all am si eu o problema fac un fs cu tc 1-3 si imi da 26 de erori imaginea cu erorile : http://imageshack.us/photo/my-images/88/problemaexo.jpg/ si decat fs extensie .pwn si linkul de download:http://www.2shared.com/file/BR92KdZ4/ter.html
  17. eXorcism

    ajutor

    si mai am nevoie de cva are cineva include asta DZ_sonstiges.inc
  18. eXorcism

    ajutor

    am incercat dar nimic am host de la http://google.ro stiti cumva ce pluginuri tre sa iau ca am doar 3 stearmer, Whirlpool, irc si le am si .so si ultimele versiuni la fel tot in format .so
  19. ma omule oameni astia ti au zis sa iei toate plugin dp net cu extensia .so ai inteles? ps cea mai noua versiune
  20. cred ca e de la p;ugins ca si la mine face la fel
  21. eXorcism

    ajutor

    sall all am probleme cu serverul nu citeste gm pe host de la ce sa fie eu am plugin astea:streamer.dll Whirlpool.dll irc.dll audio.dll sscanf.dll xStreamer.dll daca ma poate ajuta cineva as fi recunoscator
  22. e ce d**q nu stiti sa copiati ce a scris ala sunteti p****i na mie nu mi-a dat nici o eroare/warning.
  23. esti praf am invatat mai bine singur ce drq 0,0000000000/5
×
×
  • 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.