SA-MP Forums Archive
Bike - 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: Bike (/showthread.php?tid=554758)



Bike - FaZeRs - 04.01.2015

So when i get on bike, i cant do anything and can't ride with it.


Re: Bike - semara123 - 05.01.2015

r u using mod in ur samp like cleo


Re: Bike - ball - 05.01.2015

Give code.


Re: Bike - FaZeRs - 05.01.2015

PHP код:
    if(engine == VEHICLE_PARAMS_UNSET) switch(GetVehicleModel(vehicleid)) {
        case 
509481510VehicleFuel[vehicleid] = 100arr_Engine{vehicleid} = 1SetVehicleParamsEx(vehicleid,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective);
        default: 
SetVehicleParamsEx(vehicleid,VEHICLE_PARAMS_OFF,VEHICLE_PARAMS_OFF,alarm,doors,bonnet,boot,objective), arr_Engine{vehicleid} = 0;
    } 
I have this code in OnPlayerEnterVehicle but it still doesnt work. No i'm not using Cleo. THey arent working for everyone.


Re: Bike - FaZeRs - 06.01.2015

Can anyone help with this?