/heal team medic command? Please help!
#5

Quote:
Originally Posted by retart441
Quote:
Originally Posted by Blaze09
This should go under the command text:

Код:
if(GetPlayerSkin(playerid) != 165)
{
  SendClientMessage(playerid, //color here, "You Are Not A Paramedic!");
  return 1;
}
else 
{
  SetPlayerHealth(id, 100.0);
  SendClientMessage(playerid, //color here, "You have been healed by a paramedic");
}
}
return 1;
}
But, you may want to script a function to get the Return user.
Wouldnt that tell the person that did /heal that they were healed?
Whoops, edited post.
Reply


Messages In This Thread
/heal team medic command? Please help! - by DeltaAirlines12 - 07.11.2009, 23:00
Re: /heal team medic command? Please help! - by DeltaAirlines12 - 08.11.2009, 00:01
Re: /heal team medic command? Please help! - by Blaze09 - 08.11.2009, 03:27
Re: /heal team medic command? Please help! - by retart441 - 08.11.2009, 03:31
Re: /heal team medic command? Please help! - by Blaze09 - 08.11.2009, 03:37
Re: /heal team medic command? Please help! - by Woet - 08.11.2009, 08:35

Forum Jump:


Users browsing this thread: 1 Guest(s)