Posts: 92
Threads: 26
Joined: Aug 2012
Reputation:
0
Hi all,
When you enter 40+ players on server, textdraw defined as "new TextDraw[MAX_PLAYERS];", does not show the players with ID 40+! How to fix it?
Posts: 918
Threads: 125
Joined: Nov 2010
Did you redefine MAX_PLAYERS somewhere?
Look for #define MAX_PlAYERS
and change it to a higher value.
Posts: 92
Threads: 26
Joined: Aug 2012
Reputation:
0
#undef MAX_PLAYERS
#define MAX_PLAYERS 100
Posts: 92
Threads: 26
Joined: Aug 2012
Reputation:
0
HostName: [BC:RP] Balkan Community - Rol3Play | [Dupli Exp.]
Address: 46.4.126.76:7787
Players: 16 / 100
Ping: 53
Mode: BC RP v1.1.3b
Map: San Andreas
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
If your using regular textdraws for players you should be using player textdraws.