Quote:
case 1:
{
if( is_user_alive( id ) )
{
set_user_health(id, 150)
set_user_armor(id, 150)
}
}
case 2:
{
if( is_user_alive( id ) )
{
set_user_noclip(id, 1)
}
}
case 3:
{
if( is_user_alive( id ) )
{
set_user_rendering(id,kRenderFxNone, 0,0,0, kRenderTransAdd,3)
set_user_godmode(id, 1)
}
}
|
and is it to work in a place I do not script
I do not know how to do it
Quote:
public cmd_noclip(id,level,cid)
{
if(!cmd_access(id,level,cid,1))
return PLUGIN_HANDLED
set_user_noclip(id, 0)
return PLUGIN_HANDLED
}
|
how to get to work
noclip works but not how to do so not included on and off
I need a script for working noclip
script for health armor godmode invisibility separately