Thread: [Help / Support] Show player he is infected
View Single Post
Author Message
HowToRuski
Senior Member
Join Date: Feb 2019
Location: Hungary
Old 04-10-2023 , 04:08   Show player he is infected
Reply With Quote #1

Hi, does someone know how can i make an print_chat message for a player who is randomly infected before the infection has even started?

Im trying this in event_round_start but seems its not working, maybe im pretty close to what im doing?
PHP Code:
if (g_firstzombie[id])
    
client_print_color(idprint_chat"^4[BIOSCAN] ^1You are infected!"
HowToRuski is offline