21.09.2013, 16:44
pawn Code:
if(dialogid == 6 && response != 0)
{
new PT[2900];
strcat(PT, "{FF0000}Server Commands 2 \n", sizeof(PT));
strcat(PT, "Here you type your commands again \n", sizeof(PT));
ShowPlayerDialog(playerid, 7, DIALOG_STYLE_MSGBOX, "_________|- Call Of Duty - World At War Commands Page 2-|_________", PT, "Next", "Cancel");