Hey, i know there is Gore plugin but, i dont want the big hs fx, so i went to amxmod site and got gore2 plugin but, it still have the invisiblity glitch so, i went to DopeFish's post on his port and put in the line that fixes the glitch
Code:
public event_respawn(id)
{
gHealthIndex[id] = get_user_health(id)
fx_trans(id,255)
return PLUGIN_CONTINUE
}
but now i get this error when i compile
Code:
gore.sma(123) : error 017: undefined symbol "fx_trans"
can someone please help, i have no knowledge of small, so a step by step would be helpful (your choice if you want to instruct me)
P.S. i will edit this post with plugin code if needed.
__________________