View Single Post
Author Message
WolfGang
BANNED
Join Date: Oct 2010
Old 03-17-2013 , 20:23   Display death message
Reply With Quote #1

I'd tried this but no message showed up when killed by a infected or survivor, is this how you print a player death message?
PHP Code:
else if(GetClientTeam(client) == && GetClientTeam(client) == 3)
        {
            
decl String:vName[MAX_NAME_LENGTH];
            
GetClientName(attackervNamesizeof(vName));
            if(
notifyPrintToChat(client"%s %T"MSGTAG"Killed Message"LANG_SERVERvName);
        } 
Code:
"Killed Message"
	{
		"#format"	"{1:s}"
		"en"		"You were Killed by {1}"
	}

Last edited by WolfGang; 03-17-2013 at 20:24.
WolfGang is offline