MAX_PLAYERS Error
#1

I have a timer "loadtextdraws and bars" in ongamemodeinit, it is all normal but if a player with ID +60 enters, he does not get any textdraw or bar.

Код:
#include <a_samp>
#undef MAX_PLAYERS
#define MAX_PLAYERS 100
#include <progress>
I already saw in all includes and filterscripts but there are no MAX_PLAYERS 60

Код:
forward loadtexts();
public loadtexts()
{
	for(new i=0;i<MAX_PLAYERS;i++)
	{
Bar[i] ...
Text[i] ...
}
return 1;
}
Reply
#2

assert(MAX_PLAYERS == 60);
printf("Assert values: %i - 60", MAX_PLAYERS);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)