SA-MP Forums Archive
Is there any command like /switch? - 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: Is there any command like /switch? (/showthread.php?tid=316473)



Is there any command like /switch? - SampLoverNo123 - 07.02.2012

Is there any command script which just give player switch rims of cars when i sitting in the vehicle?
Like player(1) is inside car
and player(2)(admin) type /switch 1, and the player(1)'s vehicle got switch rims ( gold rims? ) please tell me if it is possible.


Re : Is there any command like /switch? - ricardo178 - 07.02.2012

Of-course it is possible... Search about tunning vehicles in sa-mp wiki and you will know how.


Re: Is there any command like /switch? - SampLoverNo123 - 07.02.2012

Can you please give tthat codes to me please Sir please?


Re : Is there any command like /switch? - ricardo178 - 07.02.2012

No i can't. This is a help forums, we teach, not give codes.
I will give you some tips...
pawn Код:
AddVehicleComponent(GetPlayerVehicleID(playerid),1087);
This is the function you use to add a component to the vehicle.
Read about making commands in some tutorials.