Quote:
Originally Posted by Cypress
That's check is for all of the other teams except TEAM_xKillaz, the correct would be:
pawn Код:
if (gTeam[playerid] == TEAM_xKillaz) { GivePlayerHealt(playerid,100.0); GivePlayerArmour(playerid,100.0); }
just for a specific team.
|
yeah yeah i know, sorry i had not understand, i have edit.