View Single Post
Author Message
Dolphin_Shadow
Junior Member
Join Date: Mar 2007
Old 05-22-2008 , 06:46   amxx and Aquaman hero
Reply With Quote #1

I wanna plugin thats can set players ability to breathe underwater(as in heromod) but i can't transform hero plugin to amxx. Can you do this?

code is :
Code:
if( is_user_alive( id ) && entity_get_int( id, EV_INT_waterlevel ) == 3 )
            entity_set_float( id, EV_FL_air_finished, entity_get_float( id, EV_FL_air_finished ) + 1.0 )
so this - amx_uw lol 1/0 will hook this code.

Last edited by Dolphin_Shadow; 05-22-2008 at 06:53. Reason: added a cmd
Dolphin_Shadow is offline