#9

Quote:
Originally Posted by Mckarlis
Посмотреть сообщение
Bump need help asap
as BKarner said, you've merely created these Textdraws.

What you need to do to make them visible to players is this: TextDrawShowForPlayer
example:

pawn Код:
//-inside some command, for example-//
TextDrawShowForPlayer(playerid,Textdraw0);
TextDrawShowForPlayer(playerid,Textdraw1);
TextDrawShowForPlayer(playerid,Textdraw2);
TextDrawShowForPlayer(playerid,Textdraw3);
TextDrawShowForPlayer(playerid,Textdraw4);
TextDrawShowForPlayer(playerid,Textdraw5);
TextDrawShowForPlayer(playerid,Textdraw6);
TextDrawShowForPlayer(playerid,Textdraw7);
TextDrawShowForPlayer(playerid,Textdraw8);
TextDrawShowForPlayer(playerid,Textdraw9);
//will show them all
you can hide them again ofc. using TextDrawHideForPlayer - simple.


but i highly recommend you to use PlayerTextdraw's
they get destroyed automatically after the player showing them disconnects
so you don'tr have to worry about that part
and you can surpass the max textdraws limit like this (256 per player)
Reply


Messages In This Thread
help - by Mckarlis - 05.03.2014, 19:36
Re: help - by Mckarlis - 05.03.2014, 20:05
Re: help - by Mckarlis - 06.03.2014, 18:48
Re: help - by BKarner - 06.03.2014, 18:55
Re : help - by Clad - 06.03.2014, 18:57
Re: help - by Mckarlis - 06.03.2014, 19:06
Re: help - by Mckarlis - 06.03.2014, 19:44
Re: help - by kamiliuxliuxliux - 06.03.2014, 19:47
Re: help - by CutX - 06.03.2014, 20:02
Re: help - by Mckarlis - 06.03.2014, 21:13

Forum Jump:


Users browsing this thread: 2 Guest(s)