Help with another command..
#1

Код:
CMD:medicduty(playerid,params[])
	{
	    if(IsPlayerInRangeOfPoint(playerid, 7.5,665.0081,-1304.3269,13.4609))
	    {
	        SetPlayerHealth(playerid, 100);
	        SetPlayerArmour(playerid, 100);
	        SetPlayerSkin(playerid, 70);
			return 1;
			}
			return 0;
 }
Problem is I get ingame, go to the cords, and it doesnt work.. I get no PAWN errors.

EDIT-Fixed it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)