How to make a command a certain gteam?
#1

I tried doing this but
PHP код:
    if(strcmp(cmdtext"/skin"true) == 0)
     {
     if(
gTeam[playerid] == EHUMANO)
    {
        
ShowPlayerDialog(playerid134DIALOG_STYLE_INPUT"Skin Change""Enter the skin id you wish to have below""Confirm""Cancel");
        return 
1;
    }
    } 
It seems people can stilll access if they are a Zombie

Is there a way to block
if(gTeam[playerid] == EZOMBIE)

from using it?
Reply


Messages In This Thread
How to make a command a certain gteam? - by Oh - 13.09.2011, 21:28
Re: How to make a command a certain gteam? - by Alureon - 13.09.2011, 21:56
Re : How to make a command a certain gteam? - by Naruto_Emilio - 13.09.2011, 21:59
Re: How to make a command a certain gteam? - by Oh - 13.09.2011, 22:17
Re: How to make a command a certain gteam? - by Alureon - 13.09.2011, 22:39
Re: How to make a command a certain gteam? - by admantis - 13.09.2011, 22:42

Forum Jump:


Users browsing this thread: