The player with the money
#7

I tried to do this in spite of the way but still I can not. you do not know what's wrong?

Код:
	for(new i; i < MAX_PLAYERS; i ++){
			if(GetPlayerMoney(i) > GetPlayerMoney(i)){
                        new msg[128];
		  	format(msg, sizeof(msg), "Player %s | Max money: $%d",PlayerName(i), GetPlayerMoney(i));
		   	SendClientMessageToAll(-1, msg);
}}
Reply


Messages In This Thread
The player with the money - by Ludek - 03.11.2012, 14:55
Re: The player with the money - by Glad2BeHere - 03.11.2012, 15:01
Re: The player with the money - by Ludek - 03.11.2012, 15:03
Re: The player with the money - by Abhishek. - 03.11.2012, 15:10
Re: The player with the money - by Backwardsman97 - 03.11.2012, 15:11
Re: The player with the money - by Abhishek. - 03.11.2012, 15:15
Re: The player with the money - by Ludek - 11.11.2012, 12:24
Re: The player with the money - by Konstantinos - 11.11.2012, 12:52
Re: The player with the money - by Ludek - 11.11.2012, 13:03
Re: The player with the money - by Abhishek. - 11.11.2012, 13:03

Forum Jump:


Users browsing this thread: 1 Guest(s)