Jump to content

semiboy99

Membru
  • Posts

    21
  • Joined

  • Last visited

Posts posted by semiboy99

  1. Ti-am spus folosesti alt procesor de zomenzi cauta si tu pe google sa vezi ce diferente majore sunt, si normal ca iti da eroare daca ti-am zis ca nu acolo se pun.

    PS:Asta este alta problema fata de topic

    mister imi poti da si mie skype al tau te rog sa vb ceva cu tn terog ...

    si scz de postarea asta ..

  2. de ce nu imi merge baza de date cand o urc pe : http://localhost/phpmyadmin/  si o pun imi da eroare ... 

    Error

    SQL query:

    --
    -- Database: `rpg`
    --
    -- --------------------------------------------------------
    --
    -- Structura de tabel pentru tabelul `banlog`
    --
    CREATE TABLE IF NOT EXISTS `banlog` (

    `ID` INT( 11 ) NOT NULL ,
    `ip` VARCHAR( 25 ) NOT NULL ,
    `player` VARCHAR( 25 ) NOT NULL ,
    `admin` VARCHAR( 25 ) NOT NULL ,
    `reason` VARCHAR( 60 ) NOT NULL ,
    `day` INT( 11 ) NOT NULL DEFAULT '0',
    `time` VARCHAR( 60 ) NOT NULL
    ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =1;
     

     

    MySQL said: Documentation

    #1046 - No database selected 
     
    • Upvote 1
  3. imi zice ca nu am autorizatie sa folosesc aceasta comanda si da e blown ii am de la un prieten ..

    Si ce mesaj iti da cand scrii comanda? cumva  Nu poti folosi aceasta comanda

    verifica asta EsteManager probabil ai gm blown deabi luat de pe net

     

    imi zice ca nu am autorizatie sa folosesc aceasta comanda si da e blown ii am de la un prieten ....

    ma poti ajuta terog ?

    si scz de spam

  4. //-----------------------------------------Comanda-----------------------------------------//
        if(strcmp(cmd, "/givemoneyall", true) == 0)
        {
            if(gPlayerLogged[playerid] == 0)
             {
                    SendClientMessage(playerid, COLOR_GREY, "{BFCOC2}Ne pare rau, dar nu esti logat pentru a utiliza aceata comanda!");
                    return 1;
             }
            new PlayerName[MAX_PLAYER_NAME];
            GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
             if(EsteManager(playerid))
            {
                tmp = strtok(cmdtext, idx);
                if(!strlen(tmp))
                {
                    SendUsage(playerid,"/givemoneyall [amount]");
                    return 1;
                }
                moneys = strval(tmp);
                if(moneys < 1)
                {
                    SendClientMessage(playerid, COLOR_GRAD1, "Nu poti sa dai mai putin de 1$.");
                    return 1;
                }
                foreach(Player, i)
                {
                    GivePlayerCash(i, moneys);
                    format(string, sizeof(string), "{7FEF88}Administrator {7FEFE0}%s {7FEF88}a dat cate{E93CAC} $%d {7FEF88}tuturor playeri online.", PlayerData[playerid][pNume], moneys);
                    PlayerPlaySound(i, 1052, 0.0, 0.0, 0.0);
                    SendClientMessage(i, COLOR_BLUE, string);
                    new hour,minute,second;
                    new year, month,day;
                    gettime(hour,minute,second);
                    getdate(year, month, day);
                    format(string, sizeof(string), "%s a dat (/givemoneyall) $%d la %s (%d/%d/%d ora: %d:%d:%d )", PlayerData[playerid][pNume], moneys, PlayerData[pNume], day, month, year, hour,minute,second);
                    PayLog(string);
                }
            }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD1, "Nu poti folosi aceasta comanda!");
                return 1;
            }
            return 1;
        }

     

    nu pot sa o folosesc eu ca admin fondator  ... cine ma ajuta si pe mine ..

    aceasta comanda e pe un servar cu mysql

  5. AdiT_Za am o problema cu servaru am incercat sa mut masinile de la dealership si nu merge in primu rand daca sterg TOT (WIPE DS) si las gol toate masinile de la PD imi apar de vanzare si in al doile rand am incercat asa sa bag cordonatele de ex : 
    AddStaticVehicle(402,1771.2037,-1771.2936,13.6180,69.5400,1,1); // carDealership bufalo

    In .cfg vine asa ? 

    1771.2037,-1771.2936,13.6180,1,1,Dealership,Bufalo,1,,0,0

    si tot nu merge ..  Ma poate ajuta cineva ?

    Si inca ceva cum fac cand un player car are masina cand ieste off sa dispara si masina de pe servar ..

     

    ma ajuta careva /
     

     

  6. Bravo  10/10  am si eu o intrebare in pwn  imi da o eroare de tip [D:\samp si atat\gamemodes\RPG.pwn(177) : fatal error 100: cannot read from file: "crashdetect"] cei pot face multumesc mult pentru ocazia dea incerca acest servar.

    Daca e dam add pe skipe OptimUs.BoSs mersi 

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