12.07.2011, 15:49
Код:
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;
}
EDIT-Fixed it

