Thread: help flags
View Single Post
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 07-23-2020 , 17:43   Re: help flags
Reply With Quote #4

Quote:
Originally Posted by 1M1e View Post
i trid to do

Code:
	if (!(get_user_flags(id) & ADMIN_BAN)
	{
		return PLUGIN_HANDLED
	}
in top of plugin but did not work
You need to use this in every function which you want. Not in the header of the plugin
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]

Last edited by Shadows Adi; 07-23-2020 at 17:44.
Shadows Adi is offline