Jump to content

Ștefăniță

Membru
  • Posts

    314
  • Joined

  • Last visited

  • Days Won

    25

Posts posted by Ștefăniță

  1. 5 hours ago, [M.R]Madara said:

    GG :)) mersi ca l-ai postat .. si ? ce ai rezolvat ? Oricum am 11 comenzi ascunse in gamemode deci bafta la gasit :D

    CA SA STII CA BAZA DE DATE CE AI POSTAT-O ESTEA CEA VECHE :)) DE LA V5-6 ... DECI NU SA POATA DESCHIDA NIMENI SERVER CU GM-UL CA LIPSESC FOARTE MULTE CHESTII :D

    Multe am rezolvat, am intrat azi pe sv tau cu niste prietenii de pe p**** si ne-am batut joc de sv, nici macar un sistem de anti-cheat n-ai mare scripter ce esti tu

  2. Gm-ul nu este facut de mine.

    Credits : CrasherAdv

    Il postez pentru ca , ma voi lasa de scripting, voi iesi din lumea samp-ului sa zic asa.

    Multe chestii au fost rescrise de catre mine. Am incercat sa fac o mica copie nephrite, am schimbat complet tutorial-ul este ca cel de pe nephrite, schimbat dmv-ul, job nou curier etc.

    Poze:imgur.com/a/iIZSK


    new download link:



    Baza de date:

    • Upvote 1
  3. On 6/4/2017 at 3:36 PM, Bogdan1 said:

    Aa , si inca ceva

    CMD:area51(playerid, params[])
    {
        if(gPlayerLogged[playerid] == 1) return SendClientMessage(playerid, COLOR_ERROR, "Nu esti logat.");
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pPremiumAccount] == 1)
            {
                new id,adminlevel,sendername[30],giveplayer[30],string[200];
                GetPlayerName(playerid, sendername, sizeof(sendername));
                  if(sscanf(params, "ui",id,adminlevel)) return SendClientMessage(playerid, 0xFFFFFFFF, "{A9C4E4}Folosire: {FFFFFF}/makeadmin <Name/Playerid> <Admin Level>");
                if(IsPlayerConnected(id))
                {
                    if(id != INVALID_PLAYER_ID)
                    {
                        GetPlayerName(id, giveplayer, sizeof(giveplayer));
                        GetPlayerName(playerid, sendername, sizeof(sendername));
                        PlayerInfo[id][pAdmin] = adminlevel;
                        printf("AdmCMD: %s has promoted %s to a level %d admin.", sendername, giveplayer, adminlevel);
                        format(string, sizeof(string), "You have been promoted to a level %d admin by %s.", adminlevel, sendername);
                        SendClientMessage(id, COLOR_LIGHTBLUE, string);
                        format(string, sizeof(string), "You have promoted %s to a level %d admin.", giveplayer,adminlevel);
                        SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
                        format(string, sizeof(string), "{ba9789}Warning: Admin %s has set %s to a level %d admin.", sendername,giveplayer,adminlevel);
                        ABroadCast(COLOR_SERVER,string,4);
                        new str[256];
                        mysql_format(SQL,str,256,"UPDATE users SET `Admin`='%d' WHERE `name`='%s'",PlayerInfo[id][pAdmin],PlayerInfo[id][pNormalName]);
                        mysql_tquery(SQL,str,"","");
                    }
                }
                else
                {
                    SendClientMessage(playerid, COLOR_SERVER, "{C1F589}Error: Player not connected.");
                }
            }
            else
            {
                SendClientMessage(playerid, COLOR_ERROR, AdminOnly);
            }
        }
        return 1;
    }

    Asta e facuta de tine ?=)) Crezand ca baga cineva gm-ul ?

    Nu este facuta de mine nu am modificat nimic prin gm inafara de estifondator.

    ON: Nu eram atat de prost sa fac o comanda atat de simpla pt a imi da admin, gandeste.

×
×
  • 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.