God Mode Help!!!!
#1

Hi Guys i am Again here. i am making /god CMD but i am Gettting Some Errors-

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")

And here is my CMD:
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;
}
Can Anyone help me
Reply


Messages In This Thread
God Mode Help!!!! - by ManIsHere - 17.01.2016, 10:02
Re: God Mode Help!!!! - by Amunra - 17.01.2016, 10:05
Re: God Mode Help!!!! - by Sew_Sumi - 17.01.2016, 10:25
Re: God Mode Help!!!! - by Golimad - 17.01.2016, 10:36

Forum Jump:


Users browsing this thread: 1 Guest(s)