 |
|
Senior Member
|

08-08-2011
, 01:19
Re: need a script
|
#6
|
Quote:
public cmd_noclip(id,level,cid)
{
if(!cmd_access(id,level,cid,1))
{
set_user_rendering(id, kRenderFxGlowShell, 0, 0, 0, kRenderNormal,0)
set_view( id, 0 )
cs_set_user_armor(id, 0, CS_ARMOR_NONE)
set_user_maxspeed(id, 250.0)
set_user_gravity( id, 1.0 )
set_user_health( id, 100 )
set_user_noclip(id, 0)
set_user_godmode(id, 0)
}
}
|
I use this script my menu includes but when choose that only (armor + health off) others work wherein error how to make with the new choice or off they off
|
|
|
|