21.09.2013, 14:24
pawn Code:
CMD:cmds(playerid)
{
new PT[2900];
strcat(PT, "{FF0000}Server Commands \n", sizeof(PT));
strcat(PT, "/ranks |/myrank |/rules|/topscores |/richlist \n", sizeof(PT));
strcat(PT, "/help | /pm | /r [text] | /ep | /anims | /laseron \n", sizeof(PT));
strcat(PT, "/lasercol | /radiohelp | /order [text] | /groupcmds \n", sizeof(PT));
strcat(PT, "/radiohelp | /order [text] | /spree |/credits |/acredits \n", sizeof(PT));
strcat(PT, "/moderators | /admins | /cmds | /st | /sc | /kill | /objective | /teams \n", sizeof(PT));
strcat(PT, "this Is Our tempory List Of Commands We Will Update More Soon!. \n", sizeof(PT));
strcat(PT, "Thanks For View Our Commands List Server will Update List Evry Time ! \n", sizeof(PT));
ShowPlayerDialog(playerid, 5, DIALOG_STYLE_MSGBOX, "_________|- Call Of Duty - World At War Commands -|_________", PT, "Next", "Cancel");
return 1;
}
Can Anyone Show my How I make THis Commands Thing When i preass next and it show another Page Of commands ?