17.01.2016, 10:02
Hi Guys i am Again here. i am making /god CMD but i am Gettting Some Errors-
And here is my CMD:
Can Anyone help me
Quote:
array must be indexed (variable "PlayerInfo") array sizes do not match, or destination array is too small array must be indexed (variable "PlayerInfo") array must be indexed (variable "PlayerInfo") |
Quote:
CMD:god(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] >= 3) { if PlayerInfo[playerid]== false; { SetPlayerHealth(playerid, 99999999); SendClientMessage(playerid, COLOR_GREEN, "GodMode ON!"); PlayerInfo[playerid]= true; } else if(PlayerInfo[playerid]== true; { SetPlayerHealth(playerid, 100); SendClientMessage(playerid, COLOR_RED, "GodMode OFF!"); PlayerInfo[playerid]= false; } } else return SendClientMessage(playerid, COLOR_WHITE, "you are not authorised to use that Command"); return 1; } |