Textdraw hide
#3

Quote:
Originally Posted by ThatFag
Посмотреть сообщение
Код:
forward RemoveTextDraw(playerid);
public RemoveTextDraw(playerid)
{
for(new t=0; t<=MAX_PLAYERS; t++)
	{
   TextDrawHideForPlayer(t, Spree);
   return 1;
        }
}
test this
dont return inside the loop it will break the loop there will be no sense in doing a loop and use foreach and there is not point in passing playerid and no arguements can be passed in settimer.
Reply


Messages In This Thread
Textdraw hide - by Hunud - 20.08.2016, 11:04
Re: Textdraw hide - by ThatFag - 20.08.2016, 11:40
Re: Textdraw hide - by SyS - 20.08.2016, 11:44
Re: Textdraw hide - by jlalt - 20.08.2016, 11:51
Re: Textdraw hide - by Hunud - 20.08.2016, 13:45

Forum Jump:


Users browsing this thread: 2 Guest(s)