Posts: 128
Threads: 53
Joined: Oct 2010
Reputation:
0
Hi, I like textdraws but I'm kinda new with them and I would like to know if I'm creating a stats command with textdraws(/stats [PlayerID] it would be better to use PlayerTextDraw because it only showing infos to 1 player or I'm better using TextDrawCreate? with like Textdraw1[MAX_PLAYERS];
Posts: 437
Threads: 59
Joined: Oct 2011
Reputation:
0
I think PlayerTextDraw will be more good then normal textdraw
Posts: 128
Threads: 53
Joined: Oct 2010
Reputation:
0
I just tought about it but I would like someone expenrienced with them to confirm.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
PlayerTextDraws get destroyed in OnPlayerDisconnect. If that's what you want then by all means use them. If not, use regular textdraws. Both still need the array.