is there a way to summon people through lua? like to make a item that summons target player to your position?
is there a way to summon people through lua? like to make a item that summons target player to your position?
I beleive someone made a script with this in a way, it was a event script.
Take a look at peoples scripts and dont forget to thank them for seeing how to do it, and give credits.
Have you tryed. .summon <player name> GM Command
Death, thanks for trying but he's talking about in a Lua script.
It's possible, I forgot how though, haven't been up on my Lua lately.
player:Teleport(map, x, y, z)
thanks for the replys guys and i will look in to it