21.05.2016, 12:19
Hello everybody,
i don't know how to fix this problem i have see that human[MAX_PLAYER] but it's not working
there is the code :
new :
error :
thanks for helping me.
i don't know how to fix this problem i have see that human[MAX_PLAYER] but it's not working
there is the code :
PHP код:
CMD:humanclass(playerid, params[])
{
if (human == 2) // line 53
{
return 1;
}
else
{
SendClientMessage(playerid, COULEUR_ROUGE, "Tu n'est pas un humain.");
}
return 1;
}
PHP код:
new zombie[1], human[2];
Код:
C:\Users\mickael\Desktop\Zombie Serveur Test\filterscripts\Zombie&HumanSurvivalScript.pwn(53) : error 033: array must be indexed (variable "human")