05.03.2010, 08:27
Use it at GameModeInit()
Warning! You must use valid components or server will crash.
Go here for a list of component ids: https://sampwiki.blast.hk/wiki/Car_Component_ID
Example:
Warning! You must use valid components or server will crash.
Go here for a list of component ids: https://sampwiki.blast.hk/wiki/Car_Component_ID
Example:
pawn Код:
new tunedcar;//Above main
tunedcar = AddStaticVehicle(....);//Use this at GameModeInit
AddVehicleComponent(tunedcar, ....);//Use this at GameModeInit also