View Single Post
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 05-25-2013 , 01:13   Re: [ANY] Admin Troll
Reply With Quote #5

PHP Code:
GetClientName(clientnamesizeof(name));

ServerCommand("sm_ban %s %i Trolled"nameGetConVarInt(BanTime));

ServerCommand("sm_kick %s Trolled"name); 
Show me a server running this plugin and I'll show you a server I can run arbitrary commands on.
__________________
DarthNinja is offline