View Single Post
Luckiris
AlliedModders Donor
Join Date: Apr 2017
Location: Dijon, Burgundy, France
Old 12-17-2017 , 14:01   Re: [INC] Colors (1.0.5)
Reply With Quote #415

Quote:
Originally Posted by eziosid View Post
hello i need help here dont know what is wrong is this
HTML Code:
PrintToChatAll("\x01%N »»\x04 incapacitated {blue}%N",attacker, target);
PrintToChatAll("{blue}%N ««\x04incapacitated.\x01(by himself)",target);
PrintToChatAll("{blue}%N ««\x04 Is incapacitated.",target);
and it dose not work it's for l4d2 attached pic
You need to use CPrintToChatAlll so like this :
CPrintToChatAlll("{blue}%N ««\x04 Is incapacitated.",target).
Luckiris is offline