13.09.2011, 21:28
I tried doing this but
It seems people can stilll access if they are a Zombie
Is there a way to block
if(gTeam[playerid] == EZOMBIE)
from using it?
PHP код:
if(strcmp(cmdtext, "/skin", true) == 0)
{
if(gTeam[playerid] == EHUMANO)
{
ShowPlayerDialog(playerid, 134, DIALOG_STYLE_INPUT, "Skin Change", "Enter the skin id you wish to have below", "Confirm", "Cancel");
return 1;
}
}
Is there a way to block
if(gTeam[playerid] == EZOMBIE)
from using it?