How would i do this
#4

Yeah the best way is the first what FUNExtreme said; because if you create the textdraws with a loop for all players some (most of them) are not used.
So just define your textdraw at the top with [MAX_PLAYERS] after it; so now you can give a 'number' to the textdraw. Actually that number is the ID of the player.
Then just use llala[playerid] = TextDrawCreate ..

And under OnPlayerDisconnect:
TextDrawDestroy(llala[playerid]);
Reply


Messages In This Thread
How would i do this - by Torran - 20.04.2010, 17:04
Re: How would i do this - by FUNExtreme - 20.04.2010, 17:09
Re: How would i do this - by Correlli - 20.04.2010, 17:10
Re: How would i do this - by RyDeR` - 20.04.2010, 17:39
Re: How would i do this - by Torran - 20.04.2010, 17:43
Re: How would i do this - by Correlli - 20.04.2010, 17:44
Re: How would i do this - by Torran - 20.04.2010, 17:46
Re: How would i do this - by Correlli - 20.04.2010, 17:47
Re: How would i do this - by Torran - 20.04.2010, 17:49

Forum Jump:


Users browsing this thread: 1 Guest(s)