01.05.2014, 13:52
Quote:
If you just want to add those vehicles and do nothing with them, then don't assign the vehicleid to lsvehicles and remove the variable. In case you want to do something with the vehicles, an array would be good so it will not overwrite the vehicleid to the same variable.
|
Callback: OnGameModeInit
Код:
lsvehicles = SetVehicleParamsEx(vehicleid, 0,lights,alarm,doors,bonnet,boot,objective);