Objects
Work with objects
Create object
With rcore you can simply create a model without the need of requesting model or anything else, rcore will request model and will set model as no longed needed when its work is done. You can create networked object which all players will see.
You can use for name as well string name of object like 'prop_car_door_01' or hash.
Example
We will create simple command /spawnobj which will spawn one networked object.
Last updated
Was this helpful?