View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 03-13-2023 , 09:34   Re: [CS:GO] False Map Blocker
Reply With Quote #2

...source code use file, what not exist
PHP Code:
#include <plugincim.com> 
...plugin listen sm_map command, but have own admin check.
PHP Code:
...

if(
GetUserFlagBits(client) & ADMFLAG_ROOT || GetUserFlagBits(client) & ADMFLAG_GENERIC || GetUserFlagBits(client) & ADMFLAG_CHANGEMAP)    

... 

SourceMod basecommands sm_map use FindMap.
But this plugin read maps from directory "maps".


meh.
Bacardi is offline