Disabling Unstick me

Could there be a command that disables unstick me :o?

Either triggerhack or serveroptions type thing? :>

Maybe if in server options you deleted the unstick me level?

Sometimes things are just easier with some code.

if(playerenters) toweapons -unstick;
if(playerchats && (strequals(#c,unstick me) || strequals(#c,unstuck me)) setplayerprop #c,:#e(0,7,#c) is disabled:;

Tada~

That’s not what he’s saying.

Aye but what he’s asking for, in terms of a GServer hack. Is over complicating a simple thing. In this case, the GScript is more efficient than a hack (Usually the other way around, haha).

Isn’t unstick/unstuck me automatically disabled in the “jail” levels that you designate in the server options? If it’s just a few levels you want to disable you could just add them there…but if it’s for the whole server then I dunno :frowning:

You got it :open_mouth:
Jails also disable PMs to non-RCs as well though, lol

This is most commonly solved by a script so I’m not going to bother implementing it.