View Single Post
alasfourom
Senior Member
Join Date: Feb 2022
Location: Saudi Arabia
Old 08-11-2022 , 08:32   Re: How to print all players/highest player kills at the end of the round?
Reply With Quote #12

Quote:
Originally Posted by Grey83 View Post
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); 
Noice, got it now

Thanks as always Grey83,
__________________
alasfourom is offline