Quote:
Originally Posted by Cubical
I have tried echoing the parameters of this both serverside and clientside and cannot seem to get it to work. Could someone post a working example.
|
They're probably player objects.
PHP Code:
function onPlayerKilled(victim, killer) {
echo(victim.communityname @ " was killed by " @ killer.communityname;
}