29.05.2009, 09:58
Hi there,
I have made a /heal command for medics:
But I'm not sure weather it will heal other people...
Hope you can help
Thank You And Regards
Puzi
I have made a /heal command for medics:
Код:
if (strcmp("/heal", cmdtext, true, 10) == 0) { SetPlayerHealth(playerid, 100.0); SendClientMessage(playerid, COLOR_YELLOW,"*** Medyk cię uzdrowił! / A Medic Has Healed You!"); return 1; }
Hope you can help
Thank You And Regards
Puzi