Problem with ;
#6

Create your own.

Or use mine (example of course)

PHP код:

forward GivePlayerMoneyEx
(playeridammount);

public 
GivePlayerMoneyEx(playeridammount)
{
   
SetPVarInt(playerid"OldMoney"GetPlayerMoney(playerid));
   
SetPVarInt(playerid"NewMoney"ammount);
   
GivePlayerMoney(playeridammount);
   return 
1;

I used pVars but you can also do the same with normal vars.
Reply


Messages In This Thread
Problem with ; - by gekas - 11.04.2014, 15:01
Re : Problem with ; - by S4t3K - 11.04.2014, 15:02
Re: Problem with ; - by gekas - 11.04.2014, 15:04
Re: Problem with ; - by Bingo - 11.04.2014, 15:05
Re: Problem with ; - by gekas - 11.04.2014, 15:06
Re : Problem with ; - by S4t3K - 11.04.2014, 15:09

Forum Jump:


Users browsing this thread: 2 Guest(s)