23.12.2010, 04:03
That's because you've only got 2 textdraws being shared amongst all of your players.
You have to create a text for every player slot available.
You have to create a text for every player slot available.
pawn Код:
new Text:TextdrawKills[MAX_PLAYERS];
TextDrawSetString(TextdrawKills[playerid],Killtext);