Vehicles
#1

i got a question

what is the difference between

AddStaticVehicle and CreateVehicle
Reply
#2

Man...search in Wiki first.
Код:
AddStaticVehicle
This function can only create vehicles in the OnGameModeInit callback, and vehicles created with this function cannot be removed.

Код:
CreateVehicle
This function can add vehicles to your gamemode. You can use it in opposite to AddStaticVehicle at any time in the script.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)