Hello, how to block water fog, that fog when you are inside of water.
Anyway if you are in the water and you try to set fog message then nohting happen
code:
http://forums.alliedmods.net/showpos...0&postcount=13
Thanks!
Edit: If you register message hook for fog then it never get callback.
PHP Code:
public plugin_init()
{
message_fog = get_user_msgid( "Fog" )
register_message( message_fog, "fog_msghook" )
}