Thread: Become VIP Plus
View Single Post
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 07-30-2018 , 14:28   Re: Become VIP Plus
Reply With Quote #29

This hasn't happened to anyone else. Probably some other plugin is causing problems.

Try this simple code:

PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_clcmd("say /flags""change")
}

public 
change(id)
{
    
set_user_flags(idread_flags("abcdei"))
    
client_print(idprint_chat"changed flags")
    return 
PLUGIN_HANDLED

Type /flags in the chat and see if your flags changed.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom