04.02.2012, 15:11
hi the problem is simple : whene i go in game , and try the command : /shop it says "unknown command".
My "shop command:
i put it in the end of the GM . i hope you help me ...
RESOLVED
My "shop command:
pawn Code:
CMD:Shop(playerid, params[])
{
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;
}
RESOLVED