04.04.2013, 15:40
Hello, I'm a new scripter so this might be a bit of a nooby question. However, I couldn't find it anywhere else when searching.
So, for my admin system (I'm using Y_INI and if it helps, when allowing a certain level of administrator to a command I use
)
I want level 1 - 3 admins to have a command like /requestban. I want this to send a message to all the level 4 + administrators online(Overall there are 5 levels of administrator plus level 10 which is Community Owner). I want it to say something like "[Ban Request] %s %s(%d) has requested to ban %s(%d) for %s!"
I want the first string to be what rank the admin is.
I have no idea how to code this.
All your help is greatly appreciated!
Thanks,
anjh.
So, for my admin system (I'm using Y_INI and if it helps, when allowing a certain level of administrator to a command I use
pawn Код:
if(AdminLevel[playerid] >= 1)
I want level 1 - 3 admins to have a command like /requestban. I want this to send a message to all the level 4 + administrators online(Overall there are 5 levels of administrator plus level 10 which is Community Owner). I want it to say something like "[Ban Request] %s %s(%d) has requested to ban %s(%d) for %s!"
I want the first string to be what rank the admin is.
I have no idea how to code this.
All your help is greatly appreciated!
Thanks,
anjh.