imCEASER Posted September 20, 2014 Share Posted September 20, 2014 Galera, eu tenho um script que troca as skins dos carros, vocês teriam o script para trocar as paintjobs? Obrigado. Link to comment
DNL291 Posted September 21, 2014 Share Posted September 21, 2014 addCommandHandler( "setpaintjob", function (player, cmdName, id) local veh = getPedOccupiedVehicle(player) if veh and (id >= 0 and id <= 3) then if setVehiclePaintjob(veh, id) then outputChatBox("Você mudou a pintura do seu veículo", player) end end end, false, false ) Se for via comando só usar isso. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now