Medical Bill broken
#1

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?
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
	PVar[killerid][pKills] += 1;
	PVar[playerid][pDeaths] += 1;
	GivePlayerMoney(playerid,-2500);//This will not work?
	
	return 1;
}
Many thanks
Reply


Messages In This Thread
Medical Bill broken - by manchestera - 15.10.2011, 09:46
Re: Medical Bill broken - by SmiT - 15.10.2011, 10:00
Re: Medical Bill broken - by bw_ - 15.10.2011, 10:07

Forum Jump:


Users browsing this thread: 1 Guest(s)