im looking to spawn a car via API but using own position without a player ... is this posible ....
working on a auto spawn in world (random cars)
Spawn cars with API without player
IIRC you can pass a null player, but I actually suggest you just code (i.e., copy paste) spawning car functionality and just avoid the dependency.
thanks ... so i ended up using sleeping players ,, saving original pos then teleport to req position then spawn car . and then returning the sleeper......still testing to what the downfall going to be . but seems to work for now ........