13.02.2012, 12:51
I want it to only set SWAT's armour to 100, but it also gives the Murderer 100 armour.
pawn Code:
if (gTeam[playerid] == SWAT){
SetPlayerArmour(playerid, 100);
}