how to ?
#2

pawn Код:
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
  if(GetPlayerVehicleID == /*modelid of vehicle here*/)
  {
   if(gTeam[playerid] != TEAM_HITMAN)
   {
     GameTextForPlayer(playerid, "~r~ You are not a hitman! ~n~ ~w~ You cannot drive this car!", 5000, 5);
     RemovePlayerFromVehicle(playerid);
   }
  }
}
Reply


Messages In This Thread
how to ? - by coole210 - 14.06.2009, 17:14
Re: how to ? - by Grim_ - 14.06.2009, 17:18
Re: how to ? - by jonesy - 14.06.2009, 17:24
Re: how to ? - by coole210 - 14.06.2009, 18:16
Re: how to ? - by coole210 - 16.06.2009, 02:10

Forum Jump:


Users browsing this thread: 1 Guest(s)