Search Results
Quote: Originally Posted by Calisthenics Do you sort `top_kills` array? Can you post the code? i fixed that, thanks anyway
463
Sorry for repost! I have other problem. In the top, the damage is reversed. If I have 150 damage and Carl 40, he gets my 150 damages and I get his 40. PHP Code: format(message, sizeof (message...
463
Quote: Originally Posted by Calisthenics If it is not shown at all, the formatting should not be the problem. You can try set textdraw string and re-show it. Fixed. It was the position ...
463
Quote: Originally Posted by Calisthenics What do you mean it does not show up? The player-textdraw? Are you sure `PlayerTextDrawShow` is executed correctly when choosing a team? Yes. I ...
463
Quote: Originally Posted by Calisthenics `TotalDMG` should have Float: tag pawn Code: PlayerInfo[playerid][TotalDMG] += amount;// is equivalent toPlayerInfo[playerid][TotalDMG] = PlayerIn...
463
Hello! Is there any way to save the amount of damage to a player variable? I've tried this form but it doesn't work: PHP Code: public OnPlayerTakeDamage(playerid, issuerid,Float: amount, wea...
463