Quote:
Originally Posted by mustafaneta
how code all admin ?
flag "b" ?
|
You should edit the source code for that.
Edit this part:
Code:
public void OnPluginStart()
{
RegAdminCmd("sm_call", CallCmd, ADMFLAG_ROOT);
RegAdminCmd("sm_leavecall", LeavecallCmd, ADMFLAG_ROOT);
RegAdminCmd("sm_joincall", JoincallCmd, ADMFLAG_ROOT);
}
Set 'ADMFLAG_ROOT' to the desired flag.
You can find those on the sourcemod api (just google sourcemod admin flags, i think that should find it).
__________________
No longer taking requests due to lack of time and interrest.
Only helping out with minor things through forum.