Jump to content

Uzzi_25

Membru
  • Posts

    35
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Uzzi_25

  1. On 4/26/2017 at 10:07 AM, AnoXis said:


    System Clan
    Dealership Gen B-zone
    System /Shop
    System de createhouse in-game

    Din cate stiu, gm edison avea toate acestea :))

    Doar am spus ce contine gm 

     

    On 4/25/2017 at 5:41 PM, Th3FuK3R Channel said:

    Iatal si pe Uzzi25 :)) 1+

    Ms man Back :)

     

    12 hours ago, #Cedry2K said:

    Imi e dor de 2014 cand nu se faceau buggeduri / b-zoneuri.

    Acum se fac Edison na :D

  2. Salut astazi revin cu un edit la gamemodul lui Edison !

    Gamemodul Contine:

    System Quest:

    Trebuie sa mai cauti %d obiecte (saci cu bani) in orasul Los Santos si %d in orasul Las Venturas., 25-ls, 25-lv
    La terminarea questului, o sa primesti: 500 GRX coins, 10 RP-uri, $50.000, 20 puncte rob.

    System Clan
    Dealership Gen B-zone
    System /Shop
    System de createhouse in-game
    Progres Report
    Progres Level

    Am reparat si cateva buguri :)
    Daca mai apar scrie mai jos !

    Mai multe descoperiti si voi pe server !

    Poza Map Quest:
    Y2IREJb.jpg

    Vide: 

    Download:
    http://www59.zippyshare.com/v/eLf7W9mK/file.html

    ATENTIE ! NU FOLOSESC ANTI VIRUS !

  3. Salutare astazi doresc sa iti prezint un tutorial pentru comanda /bonus mai ales pentru gm bigzone !!

     

    Dc am facuto pe gm bigzone ? : Pentru ca este cel mai folosit gm !

     

     

    Sa inceptem :

     

    Prima data dau comanda apoi explic ce face fiecare functie:

     

    Comanda:

    CMD:bonus(playerid, params[])


    {
    if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "Trebuie sa te loghezi mai intai!.");
    if(IsPlayerConnected(playerid))
    {
    if(BonusActiv > 0)
    {
    if(PlayerInfo[playerid][pLevel] <= 2)
    {
    GivePlayerCash(playerid, 4000000);
    PlayerInfo[playerid][pPremiumPoints] = 10;
    PlayerInfo[playerid][pLevel] = 3;
    Update(playerid, pLevelx);
    Update(playerid, pCashx);
    Update(playerid, pPremiumPointsx);
    SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]);
    SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai primit $4.000.000, 10 Premium Points si level 3!");
    }
    else return SendClientMessage(playerid, COLOR_LIGHTRED, "Nu poti folosi aceasta comanda deoarece level-ul tau este prea mare!");
    }
    }
    return 1;
    }

     

    Si acum sa explicam:

     

    if(PlayerInfo[playerid][pLevel] <= 2) ---> Nu poate folosi comanda aceasta decat pana la lv 2 daca trece de lv 2 nu o mai poate folosi !!

     

    PlayerInfo[playerid][pPremiumPoints] = 10; ---> Ii da playerului 10 puncte premium !

     

    GivePlayerCash(playerid, 4000000); ---> Ii da automat la player cand foloseste /bonus suma de bani 

     

    PlayerInfo[playerid][pLevel] = 3; ---> Ii seteaza level 3 la player

     

    Update(playerid, pLevelx);
    Update(playerid, pCashx);
    Update(playerid, pPremiumPointsx); 

     

    La ce e mai sus se updateaza level cash si premium !

     

    SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai primit $4.000.000, 10 Premium Points si level 3!"); 

     

            Ii spune la playerul respectiv ce a primit la /bonus !

     

    SendClientMessage(playerid, COLOR_LIGHTRED, "Nu poti folosi aceasta comanda deoarece level-ul tau este prea mare!");

     

                Ii spune ca are peste level 2 (care este pus de mine puteti modifica) ca nu mai poate folosi comanda !

     

     

     

     

    Daca mai doresti tutoriale lasa un +1 !

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