/setskin only for Human Team
#3

next time use your code in [ pawn ] [ /pawn ] (*without space)

OT: Tip:
The following code must be used to block a command for a particular team
(*you need to edit following according to your vars.. its just an example.. else you have to do it on your own*)
pawn Код:
if(gTeam[playerid] != TEAM_HUMAN) //You need to edit it according to your team variable!
{
   SendClientMessage(playerid, 0xFF0000FF,"You cannot use this command");
}
Reply


Messages In This Thread
/setskin only for Human Team - by Blackazur - 24.09.2012, 17:59
Re: /setskin only for Human Team - by trapstar2020 - 24.09.2012, 18:01
Re: /setskin only for Human Team - by Jarnu - 24.09.2012, 18:02
AW: /setskin only for Human Team - by Blackazur - 24.09.2012, 18:02
AW: /setskin only for Human Team - by Blackazur - 24.09.2012, 18:10
Re: /setskin only for Human Team - by xMCx - 24.09.2012, 18:33
AW: /setskin only for Human Team - by Blackazur - 24.09.2012, 18:37

Forum Jump:


Users browsing this thread: 1 Guest(s)