I need help with scripting regarding [/accept death]
#9

Код:
new OnDutyMedics;
		foreach(new i: Player)
		{
			if(IsAMedic(i) && PlayerInfo[i][pDuty] == 1)
			{
				OnDutyMedics++;
			}
		}
		if(OnDutyMedics < 1)
		{
I found this code in a command of [/service medic]
Will it help you to make the code now?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)