搜索
查看: 2147|回复: 3

[AMXX 带源码] usp_ninjas.amxx

[复制链接]
发表于 2010-3-24 04:26:44 | 显示全部楼层 |阅读模式 来自 中国–江苏–苏州
CVARs



un_nofalldamage ( 0 | 1 ) Default = 1 ** Sets whether CT's recieve no fall damage
un_hidetimer ( "integer" ) Default = 15 ** Freeze time on CT's
un_rulesfile ( "file.html" ) Default = motd2.html ** File that's shown when usprules or /usprules is typed.





register_clcmd( "say usprules", "uspRules", ADMIN_ALL, "Displays the MOTD Rules" )
        register_clcmd( "say_team usprules", "uspRules", ADMIN_ALL, "Displays the MOTD Rules" )
        register_clcmd( "say /usprules", "uspRules", ADMIN_ALL, "Displays the MOTD Rules" )
        register_clcmd( "say_team /usprules", "uspRules", ADMIN_ALL, "Displays the MOTD Rules" )

        server_cmd( "mp_footsteps 0" )
       
        pNoFallDamage = register_cvar( "un_nofalldamage", "1" )                // Gives the option to set no fall damage
        pHideTimer = register_cvar( "un_hidetimer", "15" )                // Time the hiders get to hide for
        pRulesFile = register_cvar( "un_rulesfile", "motd2.html" )         // Rules file to read from
        freezetime = get_cvar_pointer( "mp_freezetime" )

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注个册吧

×
发表于 2010-4-10 14:33:23 | 显示全部楼层 来自 中国–山东
完全不知道是干什么用地

感觉升注册的门槛好高 积分要20 可是又不能挖坟 找了一些3月内的贴发表一些评论也不知会不会再次被封 我想发一个插件包 可是又传不上来  老伤心老伤心了
回复

使用道具 举报

发表于 2010-4-10 17:43:19 | 显示全部楼层 来自 中国–天津–天津
完全不知道是干什么用地

感觉升注册的门槛好高 积分要20 可是又不能挖坟 找了一些3月内的贴发表一些评论也不知会不会再次被封 我想发一个插件包 可是又传不上来  老伤心老伤心了 ...
593727013 发表于 2010-4-10 14:33


你都发了100多贴了,为什么还是潜力选手啊?
- -
回复

使用道具 举报

发表于 2010-4-11 01:18:27 | 显示全部楼层 来自 中国–陕西–渭南
好东西,绝对的支持一下!!!
回复

使用道具 举报

游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表