help pls
#5

Quote:
Originally Posted by Scrillex
Посмотреть сообщение
Maybe show the lines... It would be much easier to say whats wrong!
Код:
CMD:resethunt(playerid,params[]) {
	if(PlayerInfo[playerid][pAdmin] >= 3) {
		if(AdminDuty[playerid] != 1 && PlayerInfo[playerid][pAdmin] < 5)
	        return SendClientMessage(playerid,COLOR_WHITE, "You're not on-duty as admin. To access your admin commands you must be on-duty. Type /aduty to go on-duty.");
			
		HuntedTime = 0;
		foreach(new i : Player) {
			if(Hunted[i] != 0) {
				SetPlayerHealth(i, 0.0);
				Hunted[i] = 0;
			}
		}
		SendClientMessage(playerid,COLOR_WHITE, "The grim reaper has awaken.");
	}
	return true;
}
here you go
Reply


Messages In This Thread
help pls - by BryanD - 11.07.2014, 17:12
Re : help pls - by S4t3K - 11.07.2014, 17:14
Re: Re : help pls - by BryanD - 11.07.2014, 17:31
Re: help pls - by Scrillex - 11.07.2014, 17:40
Re: help pls - by BryanD - 11.07.2014, 17:50
Re : help pls - by Clad - 11.07.2014, 18:36
Re: Re : help pls - by BryanD - 11.07.2014, 18:54
Re: help pls - by SHE790 - 11.07.2014, 20:21
Re: help pls - by BryanD - 11.07.2014, 20:36
Re: help pls - by BlackM - 11.07.2014, 21:22

Forum Jump:


Users browsing this thread: 1 Guest(s)