30.05.2015, 08:35
Quote:
try,
Код:
CMD:jetpack(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] >= 3 && PlayerInfo[playerid][pAdmin] < 4) { JetPack[playerid] = 1; SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK); return 1; } Код:
new JetPack[MAX_PLAYERS]; EDIT: have you made a variable at top of your script ? Код:
new FPS[MAX_PLAYERS]; |
The problem is in FPS command dude -,-, not in Jetpack command,
And
Код:
error 017: undefined symbol "FPS"