public moneyhack(){ new cash; for(new i=0; i < MAX_PLAYERS; i++) { cash = GetPlayerMoney(i); if(cash < 0) { Kick(i); return 1; } } return 1;}