if i got this in a plugin
Code:
//Access Levels
#define IMMUNE ADMIN_LEVEL_B
#define SLAY ADMIN_SLAY
new invisible[33], stamina[33], zoom[33], gaged[33]
new gMsgSetFOV
and i wanna change it to only admins that have the letter "L" how would i do it? like this..?:
Code:
//Access Levels
#define RCON ADMIN_LEVEL_L
new invisible[33], stamina[33], zoom[33], gaged[33]
new gMsgSetFOV
__________________