: warning 202: number of arguments does not match definitioncase 0: // General Commands
{
ShowPlayerDialog(playerid, DIALOG_HELP_1, DIALOG_STYLE_MSGBOX, "/me /do /s(hout) /l(ow) /b(local OOC chat) /a(nnotated)me /coin", "OK", "Back");
}
case 1: // Animations
{
ShowPlayerDialog(playerid, DIALOG_HELP_2, DIALOG_STYLE_MSGBOX, "Animations have not been created as of yet", "OK", "Back");
}
case 2: // Job Commands
{
ShowPlayerDialog(playerid, DIALOG_HELP_3, DIALOG_STYLE_MSGBOX, "Job Commands have not been created as of yet", "OK","Back");
}
case 3: // Business Commands
{
ShowPlayerDialog(playerid, DIALOG_HELP_4, DIALOG_STYLE_MSGBOX, "Business Commands have not been created as of yet", "OK","Back");
}
case 4: // FAQ (Frequently Asked Questions)
{
ShowPlayerDialog(playerid, DIALOG_HELP_5, DIALOG_STYLE_MSGBOX, "Future Reference", "OK","Back");
}
|
You forget the title(caption[]) in the ShowPlayerDialog
|
