Jump to content

NicolasNk

Member
  • Posts

    74
  • Joined

  • Last visited

Posts posted by NicolasNk

  1. function ShowShopTDs(playerid) {
        TextDrawShowForPlayer(playerid, ShopTD[0]);
        TextDrawShowForPlayer(playerid, ShopTD[1]);
        PlayerTextDrawShow(playerid, ShopTDs[0]);
        PlayerTextDrawShow(playerid, ShopTDs[1]);
        TextDrawShowForPlayer(playerid, ShopTD[4]);
        PlayerTextDrawSetString(playerid, ShopTDs[0], "Interior id: 1");
        PlayerTextDrawShow(playerid, ShopTDs[0]);
        SelectTextDraw(playerid, 0xFF0000FF);
        return 1;
    }
    function HideShopTDs(playerid) {
        TextDrawHideForPlayer(playerid, ShopTD[0]);
        TextDrawHideForPlayer(playerid, ShopTD[1]);
        PlayerTextDrawHide(playerid, ShopTDs[0]);
        PlayerTextDrawHide(playerid, ShopTDs[1]);
        TextDrawHideForPlayer(playerid, ShopTD[4]);
        CancelSelectTextDraw(playerid);
        return 1;
    }

  2. Username:NicolasNk
    Problema întălnită:Bug la (select) 
    Detalii despre problemă:cand tastez comanda /createhouse pun lvl si bani , ma transefera sa selectez int ,si acolo cand apas select nu se intampla nimic
    Ce ai încercat să faci înainte să postezi?:sa caut rezolvarea
    Cod sursă (recomandat pastebin.com) :https://pastebin.com/tJ29U9J1
    Alte detalii:Gm Burned

×
×
  • Create New...