25.04.2012, 16:50
Add this at top of your script
Add this under public OnPlayerDeath(playerid, killerid, reason)
Код:
#define COLOR_YELLOW 0xFFFF00AA
Код:
SetPlayerMoney(playerid,); //Type the amount you want to take money for medical fees SendClentMessage(playerid,COLOR_YELLOW," Your message"); //type your message

