i need help here
#1

this fs script engine v3 when i press SHIFT its not start the car adn with /engine command not turning on !

who can tell me where is problem here?




Code Is HERE ! ::::: http://pastebin.com/8JpiNitG


reply please and help me ! i need it
Reply
#2

whoo can helppp meeee
Reply
#3

use SetVehicleParamsEx

PHP код:
new veh GetPlayerVehicleID(playerid);
GetVehicleParamsEx(veh,engine,lights,alarm,doors,bonnet,boot,objective); 
for engine off:
PHP код:
SetVehicleParamsEx(veh,VEHICLE_PARAMS_OFF,lights,alarm,doors,bonnet,boot,objective); 
for engine on:
PHP код:
SetVehicleParamsEx(veh,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective); 
Reply
#4

can u send me a full script ? please
Reply
#5

try it:

http://pastebin.com/BEpbnZ01
Reply
#6

its shwoing me warnings andits not completed :/
Reply
#7

show me the wornings !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)