Removing player from vehicle
#4

Quote:
Originally Posted by ZzZzZ
i thought something is wrong with it,how its right?
Quote:
Originally Posted by ZzZzZ
Код:
if (playerid,TEAM_ZOMBIE)
Something like:
pawn Код:
if(GetPlayerTeam(playerid) == TEAM_ZOMBIE)
{
  // your code.
}
or:
pawn Код:
if(gTeam[playerid] == TEAM_ZOMBIE)
{
  // your code.
}
or whatever you do to check the player's team.
Reply


Messages In This Thread
Removing player from vehicle - by WardenCS - 07.12.2009, 14:28
Re: Removing player from vehicle - by Correlli - 07.12.2009, 14:31
Re: Removing player from vehicle - by WardenCS - 07.12.2009, 14:35
Re: Removing player from vehicle - by Correlli - 07.12.2009, 14:52

Forum Jump:


Users browsing this thread: 1 Guest(s)