18.07.2014, 14:42
I do not really know what's wrong, I've tried many examples, not working.
The command line
The command line
Код:
CMD:buyweapons(playerid, params[]) { IsPlayerInRangeOfPoint(playerid, 7.0, -342.8140,2670.8677,64.4181); ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, "Weapon List", "M4:$5000\n AK:$4500\n MP5:$3000\n D-eagle:$1000\n Sniper:$7000\n Combat Shotgun:$8000\n Shotgun:$2000\n UZI: $3000", "BUY", "CANCEL"); return 1; }