Quote:
Originally Posted by Dwane
Change the Shop to shop.
pawn Code:
CMD:shop(playerid, params[]) { if( isnull( params ) ) return ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Choose a weapon in the list to buy it :", "colt45 ($1800)\nDeagle ($2500)\nM4 ($4500)\nAK47 ($3500)\nMotolov(not avaible now) ($0)", "Purchase", "Cancel"); return 1; }
|
Working fine thanks ! and thank you all for trying to help me