Hide Draw Text?
#4

Example of personal textdraw:

below main() FUNCTION
pawn Код:
new Text:Textdraw1[MAX_PLAYERS];
in

pawn Код:
public OnPlayerConnect(playerid)
Textdraw1[playerid] = TextDrawCreate(etcetc...
Just copy the textdraw from gamemodeinit and move it to OnPlayerConnect and add one [playerid] next to the textdraw id example:

pawn Код:
Textdraw1[playerid]
Reply


Messages In This Thread
Hide Draw Text? - by Qur - 20.07.2012, 14:51
Re: Hide Draw Text? - by L.Hudson - 20.07.2012, 14:55
Re: Hide Draw Text? - by Qur - 20.07.2012, 14:58
Re: Hide Draw Text? - by L.Hudson - 20.07.2012, 15:06
Re: Hide Draw Text? - by Qur - 20.07.2012, 15:09
Re: Hide Draw Text? - by L.Hudson - 20.07.2012, 15:17
Re: Hide Draw Text? - by Qur - 20.07.2012, 15:22
Re: Hide Draw Text? - by L.Hudson - 20.07.2012, 15:25
Re: Hide Draw Text? - by tyler12 - 20.07.2012, 15:26
Re: Hide Draw Text? - by Vince - 20.07.2012, 15:56

Forum Jump:


Users browsing this thread: 2 Guest(s)