18.10.2013, 01:45
(
Последний раз редактировалось PT; 18.10.2013 в 02:57.
)
format for what?
only this
only this
pawn Код:
CMD:updatesssss(playerid, params[])
{
new PT[1000];
strcat(PT, "________________| Server Updates V2.5.0 |________________\n\n", sizeof(PT));
strcat(PT, "- Spectating bug fixed\n", sizeof(PT));
strcat(PT, "- All capture zones fixed\n", sizeof(PT));
strcat(PT, "- Added more capture points.\n ", sizeof(PT));
strcat(PT, "- Added anti-ban Evade system\n", sizeof(PT));
strcat(PT, "- New Mapped Jail be more confortable while being on jail.\n", sizeof(PT));
strcat(PT, "- Added /admins Dialog.\n", sizeof(PT));
strcat(PT, "- Added anti-driveby System.\n", sizeof(PT));
strcat(PT, "- Added event system.\n", sizeof(PT));
strcat(PT, "- Added Admin Types (Spanish Admins)\n", sizeof(PT));
strcat(PT, "- Added /saveallstats CMD.\n", sizeof(PT));
strcat(PT, "- Added SeaSparrows to every team.\n", sizeof(PT));
strcat(PT, "- Fixed Givescore / Givecash Admin CMDS\n", sizeof(PT));
strcat(PT, "- Added Teleport Checkpoints (Euro base)\n", sizeof(PT));
strcat(PT, "- Fixed Admin Control Panel.\n\n", sizeof(PT));
strcat(PT, "________________________________________________", sizeof(PT));
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Updates", PT, "Close", "");
return 1;
}