08.11.2009, 15:50
Ok, I am making a medic team for my server and I want to medics to be able to use
a /heal command. I have posted this in another post and someone gave me this:
Anyone know how to fit the /heal command its self in there?
(So medics can heal other people besides them selfs?)
And by the way, the command only lets a certain skin use it,
so I just used skin id 165 for this post. Thanks.
WOET, IF YOU ANSWER AND LOCK THIS TOPIC SAYING SOMETHING LIKE, "WHY DID YOU ALREADY POST THIS?"
WELL, FYI, LAST POST WAS LOCKED AND I DIDN'T UNDERSTAND HOW TO MAKE IT STILL. AND YES, THIS TIME I POSTED IN
THE CORRECT FORMAT.
a /heal command. I have posted this in another post and someone gave me this:
Код:
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; }
(So medics can heal other people besides them selfs?)
And by the way, the command only lets a certain skin use it,
so I just used skin id 165 for this post. Thanks.
WOET, IF YOU ANSWER AND LOCK THIS TOPIC SAYING SOMETHING LIKE, "WHY DID YOU ALREADY POST THIS?"
WELL, FYI, LAST POST WAS LOCKED AND I DIDN'T UNDERSTAND HOW TO MAKE IT STILL. AND YES, THIS TIME I POSTED IN
THE CORRECT FORMAT.
