SA-MP Forums Archive
How do I set that if a player is in any "CreateVehicle" he will get freeze - 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: How do I set that if a player is in any "CreateVehicle" he will get freeze (/showthread.php?tid=68535)



How do I set that if a player is in any "CreateVehicle" he will get freeze - Castle - 11.03.2009

How do I set that if a player is in any "CreateVehicle" he will get freeze untill he types /engine?
I made this code:
http://pastebin.com/f330468be
What do i need to place here:
pawn Код:
if(/* HERE */)
        {
          if(EngineStatus[GetPlayerVehicleID(playerid)] == 0)
            {
The Comment, Please help...


Re: How do I set that if a player is in any "CreateVehicle" he will get freeze - MenaceX^ - 11.03.2009

OnPlayerStateChange..