Skip to content

Commit 686ef70

Browse files
authored
Minor thing in /cmds (#803)
Adding /top in Main -> /cmds and removing '/showmessage' since it doesn't exist anymore.
1 parent 6a316b8 commit 686ef70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pawn/Resources/Callbacks/Others/OnDialogResponse.pwn

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ deprecated_OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
298298

299299
switch(listitem) {
300300

301-
case 0: ShowPlayerDialog(playerid, DIALOG_COMMANDS_MAIN, DIALOG_STYLE_MSGBOX, "Main commands", "/account\r\n/help\r\n/stats\r\n/nos\r\n/getstats\r\n/showmessage\r\n/world\r\n/my\r\n/collectables\r\n/minigames\r\n/jump\r\n/cd", "Back", "Exit");
301+
case 0: ShowPlayerDialog(playerid, DIALOG_COMMANDS_MAIN, DIALOG_STYLE_MSGBOX, "Main commands", "/account\r\n/help\r\n/stats\r\n/nos\r\n/getstats\r\n/top\r\n/world\r\n/my\r\n/collectables\r\n/minigames\r\n/jump\r\n/cd", "Back", "Exit");
302302

303303
case 1: ShowPlayerDialog(playerid, DIALOG_COMMANDS_COMMUNICATION, DIALOG_STYLE_MSGBOX, "Communication commands", "@ (contact crew)\r\n# (VIP-chat)\r\n! (Gang-chat)\r\n/me\r\n/pm\r\n/r(eply)\r\n/ircpm\r\n/call\r\n/answer\r\n/hangup\r\n/ignore\r\n/unignore\r\n/ignored", "Continue", "Exit");
304304
case 2: ShowPlayerDialog(playerid, DIALOG_COMMANDS_TELEPORTATION, DIALOG_STYLE_MSGBOX, "Teleportation commands", "/locations\r\n/taxi\r\n/tow\r\n/tp\r\n/ctp\r\n/dive\r\n/cardive\r\n/locate\r\n/tune\r\n/world", "Continue", "Exit");

0 commit comments

Comments
 (0)