Jump to content

[REZOLVAT] Bug


NicolasNk
 Share

Recommended Posts

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

Link to comment
Share on other sites

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;
}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...