15.09.2012, 08:46
Try to put this OnPlayerSpawn:
pawn Код:
if(gTeam[playerid] == TEAM_ZOMBIE)
{
ResetPlayerWeapons(playerid); //if you want
SetPlayerTeam(playerid,1); //change that if yours is different
SetPlayerColor(playerid,COLOR_YELLOW); //change the color if yours is different
SetPlayerSkin(playerid,162); //change skin if yours is different
GivePlayerWeapon(playerid,9, 1); //Change weapon if you have one or don't have one
}