Jump to content

VenoMarius ERROR404

Membru
  • Posts

    16
  • Joined

  • Last visited

Posts posted by VenoMarius ERROR404

  1. Salut

    vand gamemode rpg b-hard (NOU)

    a fost testat de mine si de prietenii mei  de pe discord.

    este optimizat 25% si tickurile nu mai scad daca spamezi (N) sau la comanda /sstats scadeau tickurile.

    ce metoda accept de plata: paypal, paysafecard.

    pret: pretul este de 15 euro (CEA MAI NOUA VERSIUNE GM)

    Discord: VenoXD#1938

    Gamemode B-HOOD FOARTE MULT LUCRAT CU UPDATEURII, ANTICHEAT BUN. INFO[PV]

    mai multe de detalii: in privat.

  2. 13 hours ago, s4uriK.Official said:

    Pur și simplu pui o variabila ce o setezi cu skill 120, ca sa îți blocheze skilul si sa nu mai treacă de 120. 
    Iar cu banii la fel, poți Adaugă : givePlayerCash(playerid) += 12345;

    setezi tu suma pe care o vrei, si Primești tot timpul la skill suna respectiva. Mai sus este un exemplu, depinde pe ce structura este construit gamemodeul. 

    si cum fac sa blockeze skilul la 120 ?

     

    function JobProgress(playerid) {
        new string[128];    
        if(GetPlayerSkill(playerid) == 5) format(string, sizeof(string), "Progres job %s - (skill maxim)", JobInfo[PlayerInfo[playerid][pJob]][jName]);
        else format(string, sizeof(string), "Progres job %s: %d/%d (%d necesare pentru urmatorul skill)", JobInfo[PlayerInfo[playerid][pJob]][jName], JoPlayPoints(playerid), GetNeedPoints(playerid, PlayerInfo[playerid][pJob]), GetNeedPoints(playerid, PlayerInfo[playerid][pJob])-JoPlayPoints(playerid));
        SCM(playerid, COLOR_YELLOW, string);
        return true;
    }

  3. imi apare chestia asta [20:53:59 02/14/22] [ERROR] cache_get_field_content_int - invalid datatype

    [20:53:59 02/14/22] [ERROR] cache_get_field_content_int - invalid datatype

    [20:53:59 02/14/22] [ERROR] cache_get_field_content_int - invalid datatype

    [20:53:59 02/14/22] [ERROR] cache_get_field_content_int - invalid datatype

    [01:28:25 09/10/22] [ERROR] CMySQLQuery::Execute - (error #2006) MySQL server has gone away (Query: "SELECT * FROM `panel_sanctions`")

    [01:28:25 09/10/22] [ERROR] CMySQLQuery::Execute - (error #2006) MySQL server has gone away (Query: "SELECT * FROM `panel_sanctions`")

    [01:28:25 09/10/22] [ERROR] CMySQLQuery::Execute - (error #2006) MySQL server has gone away (Query: "SELECT * FROM `panel_sanctions`")

    [00:25:30 09/10/22] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'server_909'@'localhost' (using password: YES)
    [00:25:30 09/10/22] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'server_909'@'localhost' (using password: YES)

    [00:25:30 09/10/22] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'server_909'@'localhost' (using password: YES)
    [00:25:30 09/10/22] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'server_909'@'localhost' (using password: YES)

    dece ?

  4. vreau sa fac la comanda /rac sa nu respawneze remorca de la joubul de trucker deoarece se respawneaza si ea chiar daca acel player cand face jobul este in vehicul.

    vreau o verificare de genu if(PlayerInfo[playerid][pJob] == 2 && JobWorking[playerid] == 1) sa nu se respawneze trailer adica remorca.

    Doar ca nu stiu cum sa fac sa nu mai respawneze remorca daca are jobul 2 adica cel de trucker.

    Ajutati-ma va rog :((.

     

    Comanda

    YCMD:rac(playerid, params[], help) {
        if(PlayerInfo[playerid][pAdmin] < 3) return SCM(playerid, COLOR_WHITE, AdminOnly);
         new string[180];
        for(new car = 0; car < 252; car++) {
            if(IsValidVehicle(car)) {
                if(!VehicleHaveDriver(car)) SetVehicleToRespawn(car); 
            }    
        }
        format(string, sizeof(string), "({FF0000}Admin Info{FFFFFF}) %s a respawnat toate vehiculele nefolosite.", GetName(playerid));
        SendAdminMessage(COLOR_WHITE, string, 3);
        return true;
    }

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