23.05.2009, 04:07
I don't know LA-RP script, but what you'd need to do is add the new vehicle as the absolute last vehicle to be spawned, then go into the part of the script which checks if that's a gang car/faction car (Either OnPlayerEnterVehicle or OnPlayerStateChange) and add that vehicles id to the list of id's, it'll be something like
Then just add your car's id at the end
Код:
if( newcar == 120 || newcar == 300 || etc || etc)

