[Ajuda] Cуdigos de Creditos
#8

Quote:
Originally Posted by powerths
Посмотреть сообщение
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(playerid100DIALOG_STYLE_MSGBOX"Creditos"string4"OK""");
}
return 
1;

pawn Код:
if (strcmp("/creditos", cmdtext, true, 10) == 0)
    {
        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;
    }
    return 0;
}
Reply


Messages In This Thread
Cуdigos de Creditos - by dreiklol - 01.10.2013, 15:11
Re: Cуdigos de Creditos - by arakuta - 01.10.2013, 15:18
Re: Cуdigos de Creditos - by ThuuGLif3 - 01.10.2013, 15:23
Re: Cуdigos de Creditos - by HatedS - 01.10.2013, 15:30
Re: Cуdigos de Creditos - by dreiklol - 01.10.2013, 16:01
Re: Cуdigos de Creditos - by HatedS - 01.10.2013, 16:03
Re: Cуdigos de Creditos - by powerths - 01.10.2013, 16:06
Re: Cуdigos de Creditos - by HatedS - 01.10.2013, 16:12
Re: Cуdigos de Creditos - by PT - 01.10.2013, 16:20
Re: Cуdigos de Creditos - by dreiklol - 02.10.2013, 09:44

Forum Jump:


Users browsing this thread: 1 Guest(s)