Command Issues[zcmd]
#3

pawn Код:
if(gTeam[playerid] == TEAM_COPS) return SCM(playerid, COLOR_RED, "You dont have a pair of cuffs");
means if player is a cop then say You don't have a pair of cuffs

so should be like this

pawn Код:
if(gTeam[playerid] != TEAM_COPS) return SCM(playerid, COLOR_RED, "You dont have a pair of cuffs");
it means if player is not a cop
Reply


Messages In This Thread
Command Issues[zcmd] - by Mriss - 15.03.2014, 07:07
Respuesta: Command Issues[zcmd] - by SickAttack - 15.03.2014, 07:15
Re: Command Issues[zcmd] - by IceBilizard - 15.03.2014, 08:26

Forum Jump:


Users browsing this thread: 3 Guest(s)