is their a way
#6

Quote:
Originally Posted by Sascha
Посмотреть сообщение
use this as definition:
pawn Код:
new Text: Textdraw2[MAX_PLAYERS];
and on your gamemode or filterscript init where you create the textdraw, etc...
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
  Textdraw2[i] = TextDrawCreate....
}
and later on your code:
pawn Код:
TextDrawSetString(Textdraw2[playerid], "You Typed /cmd"");
*Note: remind to add a [playerid] behind each "Textdraw2"^^
thanks <3
Reply


Messages In This Thread
is their a way - by CrazyBlob - 20.05.2011, 21:55
Re: is their a way - by grand.Theft.Otto - 21.05.2011, 00:34
Re: is their a way - by CrazyBlob - 21.05.2011, 08:59
Re: is their a way - by Toreno - 21.05.2011, 09:32
Re: is their a way - by Sascha - 21.05.2011, 09:41
Re: is their a way - by CrazyBlob - 21.05.2011, 09:43

Forum Jump:


Users browsing this thread: 1 Guest(s)