How to create a starter refunding package?
#2

Make some player variable that also saves to their account file / row .. like recievedGift.. then onplayer register or spawn or how ever you do it, you can do somelike like

pawn Код:
if(recievedGift[playerid] == 0)
{
    Drugs[playerid] += 5;
    GivePlayerMoney(playerid, 5000);
    recievedGift[playerid] = 1;
// then make sure recievedGifts value of 1 gets saved / loaded with all the other information.
}
.. If you have any knowledge at all then you should be able to do this.. if not then you're not looking for help, you're looking for the script to be made for you, and my response to that is gtfo.
Reply


Messages In This Thread
How to create a starter refunding package? - by xPhantom - 29.07.2011, 16:17
Re: How to create a starter refunding package? - by PrawkC - 29.07.2011, 16:32
Re: How to create a starter refunding package? - by Famalamalam - 29.07.2011, 16:36

Forum Jump:


Users browsing this thread: 2 Guest(s)