SA-MP Forums Archive
I need suggestion for command /commands - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I need suggestion for command /commands (/showthread.php?tid=257855)



I need suggestion for command /commands - Type-R - 28.05.2011

Hello, i can't think of where to put command /commands. Now my all commands ar in textdraw, but i ran out of space. Could anyone suggest where could i put my commands in command /commands? I just don't want SendClientMessage...


Re: I need suggestion for command /commands - Lynn - 28.05.2011

pawn Код:
#define DIALOG_COMMANDS 1
ShowPlayerDialog(playerid, DIALOG_COMMANDS, DIALOG_STYLE_MSGBOX, "Server Commands", "Commands.", "Okay", "");//Only show's the one button, that says' Okay.



Re: I need suggestion for command /commands - Type-R - 28.05.2011

i have like 90 commands will they all fit in the dialog?


Re: I need suggestion for command /commands - joeri55 - 28.05.2011

Yeah, you can make it aslong you want. People can scroll trough the commands then, just make sure you're using /n when you're adding a new command.


Re: I need suggestion for command /commands - Lynn - 28.05.2011

In-order to use the scroll function, use, DIALOG_STYLE_LIST