Jump to content

Bulldog2

Membru
  • Posts

    21
  • Joined

  • Last visited

Posts posted by Bulldog2

  1. Ba coaie mor cand va vad toti in plm tie greu sa cauti obiectu si sa il cauti in gamemode,systems? 

    Astea le cauti in gamemode,systems.inc dupa le stergi si ghici ce problema rezolvata

    Le ai aici in plm :: 

    18688	fire
    18689	fire_bike+
    18690	fire_car
    18691	fire_large
    18692	fire_med
    18693	Flame99

     

  2. Salut am luat si eu panel burned si vreau sa lucrez pe el dar nu imi dau seama cum sa schimb imaginea aia cu big smoke si rayder ca in img nu e si cand intru pe panel imi apare poza ai 

     

    Panel  acesta este panelul :

     

  3. CMD:createhouse(playerid, params[]) {
        new pret, nivel;
        if(PlayerInfo[playerid][pAdmin] < 7) return SCM(playerid, COLOR_GREY, "Nu ai acces!");
        if(CreateHouse[playerid] == 1) return SCM(playerid, COLOR_WHITE, "Deja creezi o casa!");
        if(sscanf(params, "ii", pret, nivel)) return SCM(playerid, COLOR_GREY, "USAGE: {FFFFFF}/createhouse <price> <nivel>");
        PlayerTextDrawSetString(playerid, ShopTDs[1], "Seteaza");
        CreateHouse[playerid] = 1;
        SInterior[playerid] = 1;
        pPret[playerid] = pret;
        pNivel[playerid] = nivel;
        GetPlayerPos(playerid, pPos[playerid][0], pPos[playerid][1], pPos[playerid][2]);
        pInteriorID[playerid] = GetPlayerInterior(playerid), pVirtual[playerid] = GetPlayerVirtualWorld(playerid);
        SetInteriorCamera(playerid);
        ShowShopTDs(playerid);
        SetPlayerVirtualWorld(playerid, playerid+900);
        return 1;
    }

     

    Incearca asta ce ti-am dat eu aici

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