Thread: [Solved] L4D2 Admin Only
View Single Post
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 04-25-2018 , 14:04   Re: L4D2 Admin Only
Reply With Quote #4

You must place IsClientAdmin function somewhere: e.g. at the end of your script.

Or, you can just use
Code:
( GetUserAdmin(client) != INVALID_ADMIN_ID )
instead of
Code:
IsClientAdmin(client)
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]

Last edited by Dragokas; 04-25-2018 at 14:05.
Dragokas is offline