Textdraw
#2

Try this way
pawn Код:
new Text:Textdrwa[];

//Now create Text Draw
//onplayerconnect or you can make on OnGameMotInt too
Textdraw[3] = TextDrawCreate(622.0, 389.0, " ");//Edit xyz positions


// then
new string[128];
format(string,sizeof(string),"%s",gTeam);
TextDrawSetString(Textdraw[3],string);
TextDrawShowForPlayer(playerid,Textdraw[3]);
Reply


Messages In This Thread
Textdraw - by anassmaroc - 10.08.2015, 12:25
Re: Textdraw - by IceBilizard - 10.08.2015, 12:38
Re : Re: Textdraw - by anassmaroc - 10.08.2015, 12:42
Re: Textdraw - by IceBilizard - 10.08.2015, 12:45
Re : Textdraw - by anassmaroc - 10.08.2015, 13:20
Re : Textdraw - by anassmaroc - 10.08.2015, 18:23
Re: Textdraw - by [LvZ]Free - 10.08.2015, 18:31
Re : Re: Textdraw - by anassmaroc - 10.08.2015, 18:34
Re : Textdraw - by Dutheil - 10.08.2015, 19:49
Re : Textdraw - by anassmaroc - 10.08.2015, 20:03

Forum Jump:


Users browsing this thread: 3 Guest(s)