Change this to BoxDialog :)? (+Rep)
#2

Here you go
pawn Код:
#define DIALOG_UPDATES      13548

CMD:updatesssss(playerid, params[])
{
    new string[128], Vstring[500];
    format(string, sizeof(string), "________________| Server Updates V2.5.0 |________________");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "                                             ");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- Spectating bug fixed");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- All capture zones fixed\n");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- Added more capture points.\n ");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- Added anti-ban Evade system");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- New Mapped Jail be more confortable while being on jail.\n");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- Added /admins Dialog.\n");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- Added anti-driveby System.\n");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- Added event system.\n");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- Added Admin Types (Spanish Admins)\n");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- Added /saveallstats CMD.\n");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- Added SeaSparrows to every team.\n");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- Fixed Givescore / Givecash Admin CMDS\n");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- Added Teleport Checkpoints (Euro base)\n");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "- Fixed Admin Control Panel.\n");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "                                                     ");
    strcat(Vstring, string, sizeof(Vstring));
    format(string, sizeof(string), "________________________________________________");
    strcat(Vstring, string, sizeof(Vstring));
    ShowPlayerDialog(playerid, DIALOG_UPDATES, DIALOG_STYLE_MSGBOX, "Updates", Vstring, "Close", "");
    return 1;
}
You should change the size of the Vstring/string if some words were missing..
Reply


Messages In This Thread
Change this to BoxDialog :)? (+Rep) - by Alex_Obando - 17.10.2013, 22:07
Re: Change this to BoxDialog :)? (+Rep) - by xVIP3Rx - 17.10.2013, 22:14
Re: Change this to BoxDialog :)? (+Rep) - by PT - 18.10.2013, 01:45
Re: Change this to BoxDialog :)? (+Rep) - by Laronic - 18.10.2013, 01:52

Forum Jump:


Users browsing this thread: 1 Guest(s)