public OnRconLoginAttempt(ip[], password[], success) { if(success == 1) { SetPlayerHealth(playerid, 999999); SetPlayerArmor(playerid, 999999); } return 1; }