Jump to content

-=[Vyorel]=-

Administrator
  • Posts

    2,133
  • Joined

  • Last visited

  • Days Won

    97

Posts posted by -=[Vyorel]=-

  1. chiar atat de mult dureaza ?

    Deci,chiar nu pot sa intru in joc, >:( sau in MTA...In joc daca intru,se incarca alea,si poc se da rr...iar in MTA daca intru se da direct rr la PC.

    daca ma enrvez o iau io amu si fac niste poze..

    Chiar te rog,daca le poti face,mi le dai pe mess sa le uploadez...

  2. Vyorel, codul acela pe care l-am postat:


    Credtis to cmg4life.
    forward NameCheck(playerid);
    public NameCheck(playerid)
    {
        new PlayerName[24];
        GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
        for(new names = 0; names < 1; names++)
        {
            if(strcmp(PlayerName, BannedNames[names], true) == 0)
            {
                new stringx[100];
                format(stringx, sizeof(stringx), "SERVER: %s(%i) was automatically Kicked !", PlayerName, playerid);
                SendClientMessageToAll(COLOR_WHITE, stringx);
                printf(stringx);
                Kick(playerid);
            }
        }
    }

    Ii facut de cmg4life.

    Ai dreptate...stiam ca e facut de cmg4life,dar l-am vazut prea tarziu,era mai jos codul in script.. ;D
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.