SA-MP Forums Archive
[Help]Race - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help]Race (/showthread.php?tid=154857)



[Help]Race - keller012 - 15.06.2010

I wanted to create a teleport to a place (that I know do).
But when the player he was already entered into a car and leave it dead.

Anybody know how??


Re: [Help]Race - DJDhan - 15.06.2010

Код:
public OnPlayerExitVehicle(playerid,vehicleid)
{
  SetPlayerHealth(playerid,0.0);
  return 1;
}