Issue with textdraw not hideing when i hide it
#1

Help my textdraw is not dissapering even tho i hide it

pawn Код:
ShowMainMenuGUI(playerid)
{
    InsideMainMenu[playerid] = true;

    MainMenuUpdateForPlayer(playerid);

    TextDrawShowForPlayer(playerid, Loginbox0);
    TextDrawShowForPlayer(playerid, Loginbox1);
    TextDrawShowForPlayer(playerid, Loginbox2);
    TextDrawShowForPlayer(playerid, Loginbox3);
    TextDrawShowForPlayer(playerid, Loginbox4);
    TextDrawShowForPlayer(playerid, Loginbox5);
    TextDrawShowForPlayer(playerid, Loginbox6);
    TextDrawShowForPlayer(playerid, Loginbox7);
    TextDrawShowForPlayer(playerid, Loginbox8);
    TextDrawShowForPlayer(playerid, Loginbox9);
    TextDrawShowForPlayer(playerid, Loginbox10);
}

HideMainMenuGUI(playerid)
{
    InsideMainMenu[playerid] = false;

    TextDrawHideForPlayer(playerid, Loginbox0);
    TextDrawHideForPlayer(playerid, Loginbox1);
    TextDrawHideForPlayer(playerid, Loginbox2);
    TextDrawHideForPlayer(playerid, Loginbox3);
    TextDrawHideForPlayer(playerid, Loginbox4);
    TextDrawHideForPlayer(playerid, Loginbox5);
    TextDrawHideForPlayer(playerid, Loginbox6);
    TextDrawHideForPlayer(playerid, Loginbox7);
    TextDrawHideForPlayer(playerid, Loginbox8);
    TextDrawHideForPlayer(playerid, Loginbox9);
    TextDrawHideForPlayer(playerid, Loginbox10);

}
Reply


Messages In This Thread
Issue with textdraw not hideing when i hide it - by JessThompson - 29.07.2014, 19:37
Re: Issue with textdraw not hideing when i hide it - by JessThompson - 29.07.2014, 19:47

Forum Jump:


Users browsing this thread: 1 Guest(s)