Thread: onPlayerKilled
View Single Post
  #1  
Old 05-26-2010, 09:57 PM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
onPlayerKilled

I posted in the gserver update thread about this but I figured it would be more useful to make a thread that people can refer to for future reference.

I cannot seem to get onPlayerKilled to work at all
PHP Code:
function onPlayerKilled(){
  echo(
params[0SPC params[1]);

That is server side and I have never attempted to use onPlayerKilled before but I assume that is how it works. I already know the parameters but I couldn't seem to get it to call the event when a player gets killed. Any ideas on what's wrong?
Reply With Quote