Jump to content

a question about spawn point


Recommended Posts

hi friends, I have a question about spawn point for characters. I used this command below to change spawn point in my world.

for k,v in pairs(Ents) do if v.prefab == "spawnpoint_master" then c_move(v) end end 

It only affected room master's spawn point. I tried to change "spawnpoint_master" to "spawnpoint_multiplayer", it didn't work for anyone who join my world.

How can I change others' spawn point?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...