View Single Post
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 07-02-2010 , 10:18   Re: SpeedHack Detector [All]
Reply With Quote #3

- client_connect is not necessary, you got these stuffs in disconnect
- returns in client_* aren't needed (not a big deal)
- is_valid_map is not really a good solution, because a lot of maps has different map prefixes
- static aren't needed

[off]
Quote:
Originally Posted by Hawk552 View Post
Code:
public server_frame()
{
    new i[4096], am[4096], cool[4096], because[4096], I[4096], understand[4096], how[4096], static[4096], works[4096], and[4096], want[4096], to[4096], show[4096], the[4096], world[4096], despite[4096], using[4096], it[4096], completely[4096], wrong[4096]
}
__________________
xPaw is offline