View Single Post
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 10-03-2007 , 23:22   Re: -[LAPD]-Detective (anti hacker tool)
#10

Quote:
Originally Posted by pikachu View Post
Keep in mind this plugin DOES NOT change any settings on the players computer.
Wrong... Can you be certain that you are changing the client cvars back to the values that the client had them originally? Also, you do change the values of the cvars with you use the second command.


Also, this will not always work correctly.
Code:
server_cmd("amx_ban %s",playername)
Actually, it never will. You are forgetting the length of the ban. Try this
Code:
server_cmd("amx_ban ^"%s^" 0",playername)
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline