Got 3 textdraws, showing just the first one
#2

public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid, TDEditor_TD[0]);
TextDrawShowForPlayer(playerid, TDEditor_TD[1]);
TextDrawShowForPlayer(playerid, TDEditor_TD[2]);
return 1;
}

public OnPlayerDisconnect(playerid)
{
TextDrawHideForAll(TDEditor_TD[0]);
TextDrawDestroy(TDEditor_TD[0]);
TextDrawHideForAll(TDEditor_TD[1]);
TextDrawDestroy(TDEditor_TD[1]);
TextDrawHideForAll(TDEditor_TD[2]);
TextDrawDestroy(TDEditor_TD[2]);
return 1;
}

Vezi daca merge.
Reply


Messages In This Thread
Got 3 textdraws, showing just the first one - by Fabyx15 - 10.07.2018, 12:20
Re: Got 3 textdraws, showing just the first one - by Florin48 - 10.07.2018, 12:28
Re: Got 3 textdraws, showing just the first one - by Fabyx15 - 10.07.2018, 12:36

Forum Jump:


Users browsing this thread: 1 Guest(s)