View Single Post
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 02-25-2018 , 13:54   Re: Modify this simple lines please
Reply With Quote #2

Here's a thing
Code:
new bool: is_he_really_an_admin[32]; public client_putinserver(id){     if (is_user_admin(id))         is_he_really_an_admin[id] = true; } public client_disconnected(id){     if (is_he_really_an_admin[id])         is_he_really_an_admin[id] = false; }
__________________
Relaxing is offline