Need Script
#1

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
Reply
#2

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

Reply
#3

thnx <3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)