Simple Problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Simple Problem (
/showthread.php?tid=602227)
Simple Problem -
Ugaustin - 04.03.2016
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++)
Re: Simple Problem -
Ugaustin - 04.03.2016
anyone please?
Re: Simple Problem -
Threshold - 04.03.2016
Got any useful code?
Re: Simple Problem -
xEF - 04.03.2016
Show the code into the loop
Re: Simple Problem -
Ugaustin - 04.03.2016
theres one loop .. no need to show code..
{
}
the pool thingy dosent work..
Re: Simple Problem -
Burridge - 04.03.2016
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.
Re: Simple Problem -
Ugaustin - 04.03.2016
theres textdraws..no code..
Re: Simple Problem -
Vanter - 04.03.2016
lmfao, just post the lines written in the error line
Re: Simple Problem -
Ugaustin - 04.03.2016
no errors..
Re: Simple Problem -
Burridge - 04.03.2016
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.