View Single Post
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 08-11-2022 , 08:12   Re: How to print all players/highest player kills at the end of the round?
Reply With Quote #9

Quote:
Originally Posted by alasfourom View Post
if there is for example 0 kills, how to make it display "None"
PHP Code:
PrintToChatAll("MVP SI Kills: %N (%d)"clientSI_KillCount_MVP); 
==>
PHP Code:
if(SI_KillCount_MVP 0PrintToChatAll("MVP SI Kills: %N (%d)"clientSI_KillCount_MVP);
else 
PrintToChatAll("MVP SI Kills: %N (None)"client); 
__________________
Grey83 is offline