player stats problem please help!!!
#1

Hello I have a big problem when two player or first player type /stats then second type /stats the textdraw is mixed if you know what I mean but when just one player type stats then is oke how can I fix it if you know what I mean.
Reply
#2

create textdraw for every player separately.
Reply
#3

how can I do that ? Thanks
Reply
#4

now you have something like:
pawn Код:
new Text:textdraw;

textdraw = TextDrawCreate(.....)
You need to create textdraw for every player, like this:
pawn Код:
new Text:textdraw[MAX_PLAYERS];

textdraw[playerid] = CreateTextDraw(...)
Or use 'CreatePlayerTextdraw'. Without your code it's hard to help you correctly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)