• Is there a way to spawn an entity from the server like a client used it
    2 replies, posted
Hey, I'm currently trying to spawn and entity in the gamemode that get attached to the player so I'm wondering if there is a way to spawn something from there server but spawning it on the client like the client spawned it from the q menu?
Here's how the game spawns it: garrysmod/commands.lua at 1fe59ffee5ad7ca7df55c382a5bc8517965689.. I think this means you can just call the function MakeProp, it seems to be a global function in sandbox.
I was able to go around it in another way but thanks for the pointer it helped alot
Sorry, you need to Log In to post a reply to this thread.