Problem
#2

try this:
Код:
new players = 0;
	for(new i=0; i<GetMaxPlayers(); i++){
	    if(IsPlayerConnected(i)){
	        players++;
		}
	}
	players = players - 1;
	new string[200];
	format(string, sizeof(string), "blablablabla... (%d/%d)",players, GetMaxPlayers());
Reply


Messages In This Thread
Problem - by Face9000 - 25.12.2010, 10:06
Re: Problem - by Sascha - 25.12.2010, 10:13

Forum Jump:


Users browsing this thread: 3 Guest(s)