15.10.2011, 09:46
SO i trying to make a medical bill on my server but it just wont work it is compling fine but the action isnt happening any thing here im doing wrong or anything ive missed out?
Many thanks
Код:
public OnPlayerDeath(playerid, killerid, reason) { PVar[killerid][pKills] += 1; PVar[playerid][pDeaths] += 1; GivePlayerMoney(playerid,-2500);//This will not work? return 1; }