Quote:
Originally Posted by OdgFox
So, for example for a text that has a different string for each player, that has created a textdraw per player?
PHP Code:
format(string, sizeof string, "Genero: %s", inputtext);
TextDrawSetString(Reg_GenderTextDraw, string);
Since if 2 players are registering at the same time, they are likely to use the same textdraw at the same time and change information ... (eg 1 male and one female)
Excuse so many questions, I am learning about this and I do not get any well-explained guide.
|
No problem and yes, any text draw that shows different info for players at the same time you need to use playertextdraw not global ones with an array AND don't put an array for playertextdraws because they are already per player.