27.02.2010, 15:19
Quote:
Originally Posted by Christopher.
Code:
new Float:PlayerHealth, Float:PlayerArmour, IP[20]; GetPlayerHealth(idplayer, PlayerHealth); GetPlayerArmour(idplayer, PlayerArmour); GetPlayerIp(idplayer, IP, sizeof(IP)); format(string, sizeof(string), "%s's Stats: Kills: %d | Deaths: %d | Ratio: %0.2f | Money: $%d | Health: | Armour: | IP: ",playername,pInfo[idplayer][pKills], pInfo[idplayer][pDeaths], pInfo[idplayer][pKills], pInfo[idplayer][pDeaths],GetPlayerMoney(idplayer),PlayerHealth, PlayerArmour,IP); |
But the updated stuff (health, armour, IP) are not showing in-game when I type ''/stats''.