17.08.2014, 19:35
(
Последний раз редактировалось MrCallum; 17.08.2014 в 20:08.
)
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;
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; }