11.11.2012, 12:24
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); }}