SA-MP Forums Archive
Need Script - 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)
+--- Thread: Need Script (/showthread.php?tid=658339)



Need Script - PoniStar - 02.09.2018

hi all, i am new on this forum , i need a f script , i want to when players got off the car , their cars engine turn off can anyone help me with that ?
-srry for my bad english


Re: Need Script - DeMoo - 02.09.2018

PHP код:
public OnPlayerExitVehicle(playeridvehicleid)
{
    new 
enginelightsalarmdoorsbonnetbootobjective;
    
GetVehicleParamsEx(vehicleidenginelightsalarmdoorsbonnetbootobjective);
    
SetVehicleParamsEx(vehicleid,0,0,0,0,0,0,0);
    return 
1;




Re: Need Script - PoniStar - 02.09.2018

thnx <3