Posts: 307
Threads: 88
Joined: Feb 2015
Reputation:
0
I put this at speedometer,and only ID: 0 sees it !!
new HighestPlayerID = GetPlayerPoolSize();
for(new i; i <= HighestPlayerID; i++)
I changed it with
for(new i; i < MAX_PLAYERS; i++)
Posts: 111
Threads: 6
Joined: Feb 2016
Reputation:
0
Show the code into the loop
Posts: 307
Threads: 88
Joined: Feb 2015
Reputation:
0
theres one loop .. no need to show code..
{
}
the pool thingy dosent work..
Posts: 1,843
Threads: 8
Joined: Nov 2008
Reputation:
0
There is a need to show your code as the error is probably within that code. No one can help you if you don't show the code that is the problem.
Posts: 307
Threads: 88
Joined: Feb 2015
Reputation:
0
theres textdraws..no code..
Posts: 391
Threads: 25
Joined: Jul 2013
Reputation:
0
lmfao, just post the lines written in the error line
Posts: 1,843
Threads: 8
Joined: Nov 2008
Reputation:
0
If your textdraws are only showing for ID 0 then there is an error somewhere. Even though you don't have any errors when compiling you have still identified an issue, however we cannot help you if you refuse to post the textdraw code you have.