setslaveuseitem or @give

Join Discord

jasper

Golden Oldie
Golden Oldie
Sep 10, 2005
890
3
125
is it possible to stop a cetain level use this command? maybe by changing the permission level, to say "1" and then using a loginact to set a certain players level permissions above or below this?, not sure if u can set playerpermission levels on the login act in q-function?
 
Last edited:

JSB123

LOMCN Veteran
Veteran
Aug 7, 2004
370
0
63
S.Yorkshire
Find the custom command plug in, and change the command to something random, and use a script like this:

[@usercmd1]
#IF
CHECKLEVEL 5
#ACT
GMEXECUTE <randomtxtforcommand>
BREAK
#ELSEACT
SENDMSG 5 "You are not high enough"
BREAK
 
Upvote 0