31.03.2016, 15:07
(
Последний раз редактировалось iKevin; 01.10.2016 в 07:55.
)
delete
new string[1000];
strcat(string, "This is server is using Burke's Admin System by Kevin_Burke(KevinExec)!\n");
ShowPlayerDialog(playerid, DIALOG_CONNECT, DIALOG_STYLE_MSGBOX, "{00FF00}Welcome", string, "Close", "");
PHP код:
|
ShowPlayerDialog(playerid, DIALOG_CONNECT, DIALOG_STYLE_MSGBOX, "{00FF00}Welcome", "This is server is using Burke's Admin System by Kevin_Burke(KevinExec)!\n", "Close", "");
LOL why do you even need a string?
Код:
ShowPlayerDialog(playerid, DIALOG_CONNECT, DIALOG_STYLE_MSGBOX, "{00FF00}Welcome", "This is server is using Burke's Admin System by Kevin_Burke(KevinExec)!\n", "Close", ""); |