What is my mistake?
#4

Add this to the top of your script

pawn Код:
stock SetPlayerMoney(playerid,amount)
{
    ResetPlayerMoney(playerid);
    GivePlayerMoney(playerid, amount);
    return 1;
}
Reply


Messages In This Thread
What is my mistake? - by DeaD_MaN - 22.03.2010, 20:12
Re: What is my mistake? - by DeaD_MaN - 22.03.2010, 20:13
Re: What is my mistake? - by Goobiiify - 22.03.2010, 20:14
Re: What is my mistake? - by Fabio11 - 22.03.2010, 20:16
Re: What is my mistake? - by Finn - 22.03.2010, 20:18
Re: What is my mistake? - by DeaD_MaN - 22.03.2010, 20:26
Re: What is my mistake? - by adsy - 22.03.2010, 22:28

Forum Jump:


Users browsing this thread: 1 Guest(s)