View Single Post
Spunky
Senior Member
Join Date: May 2008
Location: Orlando, Fl.
Old 04-27-2009 , 15:31   Re: Alternative to user_kill()?
Reply With Quote #5

Ah. Hmm. So I just call it?

Code:
public plugin_init()     RegisterHam(Ham_Killed, "player", "fnKilled", 0) public fnExampleFunction(id)     fnKilled(id) // Kill user? public fnKilled(id) {     // Do stuff }

Basically?

Edit: That didn't work at all.

Last edited by Spunky; 04-27-2009 at 15:48.
Spunky is offline
Send a message via AIM to Spunky