01.10.2013, 16:06
PHP код:
if(strcmp(cmd, "/creditos", true) == 0)
{
if(IsPlayerConnected(playerid))
{
new string4[1500];
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
strcat(string4,">>>CREDITOS<<< ");
ShowPlayerDialog(playerid, 100, DIALOG_STYLE_MSGBOX, "Creditos", string4, "OK", "");
}
return 1;
}