05.10.2011, 19:27
I need help with making a money command basically i'm making a ShopSystem around LS, But i was struggling with Making the money commands,
And if anyone could provide a code, It'll be very appreciated.
*EDIT: I use ZCMD also.*
How Would i add a money command/code to a case?
And if anyone could provide a code, It'll be very appreciated.
*EDIT: I use ZCMD also.*
How Would i add a money command/code to a case?
pawn Код:
CMD:buy(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid, 2.0, 2.0134,-29.0133,1003.5494);
{
ShowPlayerDialog(playerid, DIALOG_JEFFSHOPMENU, DIALOG_STYLE_LIST, "{21D150}Store Counter", "{orange}Baseball Bat \t\t{white}$15 \n{orange}Sprunk \t\t{white}$5 \n{orange}Kevlar \t\t{white}$100", "Select", "Exit");
}
}