• Freeze Props when spawned
    3 replies, posted
I couldn't find a script that freezes props, on my server, when spawned, but i know they are exsisting. Could someone help me, please.
[lua] hook.Add("PlayerSpawnedProp", "Sleep", function(ply, model, ent) ent:Sleep() end) [/lua] untested but should work
where do i have to put that? lua/autrun/server ????
Most likely.
Sorry, you need to Log In to post a reply to this thread.