I did... Appereantely, I can't do anything without knowing what to put in the function forwarded in register...
So I need this:
Code:
public plugin_init()
{
//...
register_message( get_user_msgid("Explosion"), "ColorChange")
return PLUGIN_CONTINUE
}
public ColorChange( WHAT_TO_PUT_HERE??!!?? )
{
set_msg_arg_int(WHAT_TO_PUT_HERE??!!??, ARG_BYTE, 3 ) / set to yellow explosion
return PLUGIN_CONTINUE
}
That's the main reason I asked for help in this thread... I don't know what to do...
I guess this is the way...
__________________