Credits System
#1

I am trying to make a credits system where you do; /buycredits and then a box shows up saying; 1 credit = 5million dollars, 2 credits = 10million dollars and you pick one and then it takes that certain amount of money off you then a credit gets added to you and then a message to goes to all admins and they add that credit onto the website / Market place etc...

What i got so far;

Код:
#define DIALOG_STYLE_MSGBOX
Код:
CMD:buycredits(playerid, params[])
{
	new option, index, model, string[128];
	if(sscanf(params, "ii", option, index))
	{
	ShowPlayerDialog("");
	    return 1;
	}
Reply


Messages In This Thread
Credits System please help - by MrCallum - 17.08.2014, 19:35
Re: Credits System - by MrCallum - 17.08.2014, 22:19
Re: Credits System - by Threshold - 17.08.2014, 23:08
AW: Credits System - by yellow - 17.08.2014, 23:11

Forum Jump:


Users browsing this thread: 2 Guest(s)