View Single Post
Vaim
Member
Join Date: Feb 2019
Old 02-18-2019 , 05:51   Re: Vip . Admin Level
Reply With Quote #4

Quote:
Originally Posted by Mikaeel123 View Post
i try . but no worked
Try this
Code:
#define ADMIN_RESERVATION (1 << 1)

add a check to the flag

if(get_user_flags(id) & ADMIN_RESERVATION)
like this


In my opinion, you need to add a check to the player's flag in public, where benefits are given to players.
But I could be wrong, I'm still learning to write.

let me know if you succeed.

Last edited by Vaim; 02-18-2019 at 07:58.
Vaim is offline