You're probably using a plugin that interacts with mine, put my plugin on top of the other plugins, if that doesn't work, try disabling every plugin until you find which causes this problem.
You're probably using a plugin that interacts with mine, put my plugin on top of the other plugins, if that doesn't work, try disabling every plugin until you find which causes this problem.
DoNii in SourceMod there is a very useful function called RegAdminCmd RegAdminCmd(const char[] cmd, ConCmd callback, int adminflags, const char[] description, const char[] group, int flags) Parameters const char[] cmd String containing command to register.
ConCmd callback A function to use as a callback for when the command is invoked.
int adminflags Administrative flags (bitstring) to use for permissions.
const char[] description Optional description to use for help.
const char[] group String containing the command group to use. If empty, the plugin's filename will be used instead.
int flags Optional console flags. It is gonna be Rad if you add it to your Admin System We Could use it a lot BTW On SourceMod it is invoked on OnPluginStart() forward which means plugin_init() forward for AMXMOD
Last Edit: Aug 19, 2018 14:06:50 GMT by ZinoZack47
Stand By... ZP Achievement System: (Cancelled) Lack for Sprites
DoNii in SourceMod there is a very useful function called RegAdminCmd RegAdminCmd(const char[] cmd, ConCmd callback, int adminflags, const char[] description, const char[] group, int flags) Parameters const char[] cmd String containing command to register.
ConCmd callback A function to use as a callback for when the command is invoked.
int adminflags Administrative flags (bitstring) to use for permissions.
const char[] description Optional description to use for help.
const char[] group String containing the command group to use. If empty, the plugin's filename will be used instead.
int flags Optional console flags. It is gonna be Rad if you add it to your Admin System We Could use it a lot BTW On SourceMod it is invoked on OnPluginStart() forward which means plugin_init() forward for AMXMOD
I tried your plugin and its awesomely amazing! I tested it on Zombie plague 6.3 i download it from here I got one problem that The vip system when i made myself in zp 6.3 not working, when i add NewAdminSystem plugin but if i add the admin.amxx plugin It work the vip Why would i need a admin.amxx plugin if i got newadminsystem i think the problem is from The file that loads the users?
I tried your plugin and its awesomely amazing! I tested it on Zombie plague 6.3 i download it from here I got one problem that The vip system when i made myself in zp 6.3 not working, when i add NewAdminSystem plugin but if i add the admin.amxx plugin It work the vip Why would i need a admin.amxx plugin if i got newadminsystem i think the problem is from The file that loads the users?
Sorry for the late response. Can you send me the .sma of the VIP plugin? Also, did you put my plugin on top of plugins.ini ? I have also used my plugin myself and used a VIP system at the same time, but never got problems.
NOTE: I'm willing to implement new things into this system.