/admins doesn't update list!
#5

Quote:
Originally Posted by Thundey
Посмотреть сообщение
Just add this line in your script. I haven't tested it, but it should work accordingly now.

Код:
   	if(count == 0)
	SendClientMessage(playerid,COLOR_WHITE,"There are currently no administrators online.");
	return 1;
}
If you don't know what the problem is ; you really shouldn't answer or at least try to coherent answer. By the way, there is no offense on that.

The problem is here:
PHP код:
for(new 0MAX_PLAYERSi++) 
You shouldn't loop through 0 to 1000 (by default) but only through connected players.
PHP код:
for(new iGetPlayerPoolSize(); <= ji++) 
Reply


Messages In This Thread
/admins doesn't update list! - by ivndosos - 28.02.2018, 18:03
Re: /admins doesn't update list! - by PepsiCola23 - 28.02.2018, 18:08
Re: /admins doesn't update list! - by ivndosos - 28.02.2018, 18:09
Re: /admins doesn't update list! - by Thundey - 28.02.2018, 18:22
Re: /admins doesn't update list! - by Dayrion - 28.02.2018, 18:31
Re: /admins doesn't update list! - by DTV - 28.02.2018, 18:33
Re: /admins doesn't update list! - by rolex - 28.02.2018, 18:56
Re: /admins doesn't update list! - by Sew_Sumi - 28.02.2018, 19:05
Re: /admins doesn't update list! - by rolex - 28.02.2018, 19:09
Re: /admins doesn't update list! - by ivndosos - 01.03.2018, 08:51

Forum Jump:


Users browsing this thread: 2 Guest(s)