18.03.2016, 14:03
2 Errors.
look at the lines and help me fast please :
this is of Line 109 and 116
next :
this is of Line 298 and 305
i hope you to read my topic fast and reply me. Thank you.
Код:
C:\Users\infogenie\Desktop\Script\gamemodes\gungame.pwn(109) : error 010: invalid function or declaration C:\Users\infogenie\Desktop\Script\gamemodes\gungame.pwn(116) : error 010: invalid function or declaration C:\Users\infogenie\Desktop\Script\gamemodes\gungame.pwn(298) : warning 203: symbol is never used: "Rules" C:\Users\infogenie\Desktop\Script\gamemodes\gungame.pwn(298 -- 305) : warning 203: symbol is never used: "Updates" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
Код:
PlayerStatus[playerid][level] =; } PlayerStatus[playerid][dead] = true; PlayerStatus[playerid][pw] = true; TextDrawHideForPlayer(playerid, Respawn); TextDrawHideForPlayer(playerid, PlayerStatus[playerid][Health]); SetPlayerColor(playerid, 0xABCDEF01); return 1; }
next :
Код:
CMD:Rules(playerid, params[0]) { ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "{00E0CD}The Packis Fight v0.5 Rules by CaptainTiggo:", "Do not abuse any bugs.\nDo not flame/provoke anyone.\nDo not use any kind of hacks or cheats , illegal mods\nDo not spam or flood.\nDo not ask for money, score, etc...\n----------------------------------------\nFailure to follow the rules will lead to punishments.\n----------------------------------------\nDo you agree to the server rules?", "Yes", "No"); return 1; } CMD:Updates(playerid, params[2]) { ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, "{945FFF}Civils Fight v0.5 new updates(By CaptainTiggo):", "-New Updates Comming Soon....\n", "Okay!", ""); return 1; }
i hope you to read my topic fast and reply me. Thank you.