12.06.2011, 21:25
Quote:
A bit coarse
Let's do a list: 1. Why all players cannot have some weapons? If I'm an admin and want to use a minugun, and maybe give it to someone else that is not admin it would ban all user (same thing for jetpack) 1: Suggestion: Create an array for player containing Players[MAX_PLAYERS][Weapon_info] where you put weapon that players have instead If you can't do that, at least enable it for RCon admin by checking (IsPlayerAmin(playerid)) 2. The health hack has no use, if i re-set my health to 100 it will not check for it. 2: Suggestion: Use timers to check player's health before and after and then compare it. If it is > than before (and the player is not dead a moment ago) check anti health hack. (Could interfere with vending machine, so be sure of disabling them) 3. Anti Armour Hack. On Player Connection his armour is set to 99. Just a question why?? If somebody don't want on his server giving players armour what should he do? Well what to say, try to improve! |