car kick does not work
#7

pawn Код:
public OnPlayerStateChange(playerid,newstate,oldstate)
{
  if (newstate == PLAYER_STATE_DRIVER)
  {
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    new v = GetVehicleModel(playerid);// Is this meant to be Vehicle ID not Model?
    if (v == 520 || v == 425)
    {
      TogglePlayerControllable(playerid,0);
      TextDrawShowForPlayer(playerid,Textdraw2);
      Kick(playerid);
    }
  }
}
Reply


Messages In This Thread
car kick does not work - by CJ101 - 05.04.2009, 22:54
Re: car kick does not work - by ICECOLDKILLAK8 - 05.04.2009, 22:55
Re: car kick does not work - by CJ101 - 05.04.2009, 22:59
Re: car kick does not work - by Kinetic - 06.04.2009, 01:08
Re: car kick does not work - by propilot - 06.04.2009, 01:23
Re: car kick does not work - by CJ101 - 06.04.2009, 01:29
Re: car kick does not work - by ICECOLDKILLAK8 - 06.04.2009, 01:33
Re: car kick does not work - by Kinetic - 06.04.2009, 08:37

Forum Jump:


Users browsing this thread: 1 Guest(s)