06.01.2015, 18:44
I have put this code under it
With Bike i mean Bicycle
PHP код:
new pveh = GetVehicleModel(GetPlayerVehicleID(playerid));
if(pveh == 510 || pveh == 462 || pveh == 481 || pveh == 509)
{
arr_Engine{vehicleid} = 1;
GetVehicleParamsEx(pveh,engine,lights,alarm,doors,bonnet,boot,objective);
SetVehicleParamsEx(pveh, 1, lights, 0, 0, 0, 0, 0);
}