Hi guys, I was just wondering whether if there is two plugin which contain this:
PHP Code:
public plugin_init( )
{
register_forward( FM_PlayerPreThink, "fw_PlayerPreThink" )
}
public fw_PlayerPreThink( id )
{
}
Will one of the plugin function wrongly ? If the two plugins are enable ?
Because I have 1 plugin doesn't work when other have that code and it is enable.