Spawn/Death system - When a zombie kills a human he doesnt spawn as a zombie
#2

pawn Код:
public OnPlayerSpawn(playerid)
{
if(gTeam[playerid] == 5)
{
gTeam[playerid] = 1      //Edit this line to the normal team.
}
}
Not tested, should work.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)