13.01.2012, 19:10
I'm not sure, but I'm using VX-RP 2 if that helps. also here is the command:
Код:
#if USEGUNDIALOG == 1 CMD:buygun(playerid, params[]) { if(IsPlayerInRangeOfPoint(playerid, 7, 287.5672, -106.2560, 1001.5156)) ShowPlayerDialog(playerid, GUNDIALOG, DIALOG_STYLE_LIST, "What gun do you want to buy?","Desert Eagle($1,000)\nM4A1($15,000)\nSpas-12($20,000)","Buy","Cancel"); else SendClientMessage(playerid, COLOR_RED, "You aren't in the Ammu-nation store."); return 1; } #endif