16.04.2009, 13:36
pawn Код:
public OnPlayerCommand ... blah blah ...
if(strcmp(cmdtext, "/adminon", true) == 0) { // (549) : error 010: invalid function or declaration
SendClientMessage(playerid, 0xF97804FF, "You Just God Admin Powers!");
SetPlayerHealth(playerid, 9999999999.99);
SetPlayerArmour(playerid, 9999999999.99);
GivePlayerWeapon(playerid, 38, 999999999);
}
return 1; // (555) : error 010: invalid function or declaration
}
I dont get it ...
All of my other commands are totally in the same way ... and not pissing me off
but THIS one ...
Can any one help me out ?? ... this is so stupid !!!
...................