|
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" ) |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|