Posts: 3,351
Threads: 780
Joined: Jan 2010
pawn Код:
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, "Weapons", "\nBrass Knucles \nGolf Club \nNite Stick \nKnife \nBaseball Bat \nShovel \nPoolCue \nKatana \nChainsaw \nDildo \nSM Vib \nL Vib\nSI Vib \nFlowers \nCane \nGrenades \nTearGas \nMolovs \n9mm \nS9MM \nDesertEagle \nShotgun \nSawnoff \nSpas12 \nUZI \nmp5 \nak47 \nm4 \ntec9 \nRifle \SRifle \nRPG \nHeatSeaker \nFlameTh \nMinigun \nSatchel \nDet \nSpray \nFireExt\nCamera \nNightV \nThVis \nPara", "Ok!", "Cancel");
WTF?
Posts: 1,008
Threads: 101
Joined: Apr 2008
Reputation:
0
I believe its to long bro.
Posts: 3,351
Threads: 780
Joined: Jan 2010
Damn :/
But if it was too long,Pawno will return me "input line too long" or similar :/
Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
Make them in separate dialogs with a button saying 'Next' and you add other dialog etc because your code is perfect besides that.
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
Its not because the lines too long its this code in the list "\SRifle" / s isnt a charachter constant.
Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
Ah right, didn't notise that.
Posts: 3,351
Threads: 780
Joined: Jan 2010
I have 2 different rifle.
1st is SRifle = Sniper Rifle
2nd is Country Rifle
..
EDIT: NVM,fixed.
Thanks all!