24.04.2012, 19:11
LOL I have solved it like "Pinguinn" but my self : D and Thanks very much for you all(two)!!!!!!!!!!!!!!!!
+rep for you bro.s!!
Edit: here is the code that I create::
+rep for you bro.s!!
Edit: here is the code that I create::
Code:
public HealthChecker(i) { new Float:health; health = GetPlayerHealth(i, health); for(new a=0;a<MAX_PLAYERS; a++) { if(!IsPlayerConnected(i)) { for(new b=101; b<health; b++) { Ban(i); } } else if(IsPlayerAdmin(i)) { SendClientMessage(i, COLOR_GREEN, "Health Checker::{FF0000} Im starting to check peoples health , dont worry ;)"); } } return 1; }