Quote:
Originally Posted by gimini
pawn Код:
forward Checks(); public Checks() { print("DEBUG 1"); for(new i; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) continue; if(IsPlayerInArea(i,-2931.596, -2981.811, 219.2902, -123.9217)) { print("DEBUG 2"); SetPlayerHealth(i,0); } } return 1; }
Try this and check if it works
|
it spams DEBUG 1 in the console(when in the area)
and it doesn't work
EDIT: Even when im not in the area it spams it.