- 听众
- 收听
- 积分
- 5632
- 主题
- 回帖
- 0
- 精华
注册时间2005-10-28
最后登录1970-1-1
该用户从未签到
|
surf_olympics.rar
(82.28 KB, 下载次数: 168)
今天突然想玩Surf地图了 然后下了
SiMen_CS1.6_KZ_1.0
LJ插件中文版_2.2B7
SiMen跳跃脚本安装程序 圣诞完美版
SiMen_Surf_allinone_surfmappack_v11
然后到Goolge上搜了下Surf 居然找到了一个Surf的插件surf_olympics
下载安装完毕 在plugins.ini里添加了surf_olympics.amxx
又找了些相关的命令说明
===============================
* ----SURF_OLYMPICS-v1.5.1----作者: OneEyed----
* ----衝浪運動-v1.5.1----中文化作者: h266579110(Generals_Zero Hour)---
*
===============================
* 需要的AMXX版本:
* AMXX 1.70或是1.71限定
*
* 需要的MODULES:
* CSTRIKE
* ENGINE
* FAKEMETA
* NVAULT
*
=============================
* 指令:
* surf_flyspeed <#> - Changes flying speed of surf_endzone tool
* surf_teamstack < 0 | 1 | 2 > - Forces players to be in a certain team.
* surf_godmode < 0 | 1 > - 開啟/關閉無敵模式在玩家身上
* surf_semiclip < 0 | 1 > - Enables/Disables semi-clip on players.
*
* 命令:
* surf_endzone - 開啟衝浪運動結束區設置
* surf_delete - 開啟衝浪運動刪除紀錄設置
* surf_on < 0 | 1 > - 開啟/關閉模組 99%.
*
* 說的指令:
* /spec - 讓你到旁觀者
* /respawn - 讓你復活.
* /top3 - 開啟地圖前三名紀錄
* /help - 開啟幫助選單
*
==============================
限定於Surf開頭的地圖使用
对于右边的一些命令详解还有望达人帮帮忙~~
这是里面的readmy文件
*
* ====================================================================================================
* ====================================================================================================
* -------------SURF_OLYMPICS-v1.5.2--------www.cs-trickz.com---------------
* ====================================================================================================
* ====================================================================================================
* COMMENTS:
* Install the plugin normally, and get ready to beat some freagin records!
* ====================================================================================================
* REQUIRED:
* AMXX 1.70
*
* MODULES:
* CSTRIKE
* ENGINE
* FAKEMETA
* NVAULT
* ====================================================================================================
* CVARS:
* surf_flyspeed <#> - Changes flying speed of surf_endzone tool
* surf_teamstack < 0 | 1 | 2 > - Forces players to be in a certain team.
* surf_godmode < 0 | 1 > - Enables/Disables godmode on players.
* surf_semiclip < 0 | 1 > - Enables/Disables semi-clip on players.
*
* COMMANDS:
* surf_endzone - Enables Surf EndZone Creation Tool
* surf_delete - Enables Map Record Catagory Deletion menu.
* surf_on < 0 | 1 > - Enables/Disables plugin 99%.
*
* CHAT COMMANDS:
* /spec - Makes you a spectator.
* /respawn - Respawns you.
* /top3 - Opens Map Top Records list.
* /help - Opens help menu.
* ====================================================================================================
* PLUGIN DETAILS:
* When you spawn in, your in standby mode. As soon as you jump, your game is activated and your
* records get recorded. Current records are Map Completion, Speed, Hang Time, Distance, and
* Height. The plugin automatically respawns users when you die or fall down. Players also have
* a simulated Semi-clip, so they don't get stuck inside each other, but still allow to block
* each other. To complete the map, touch the designated EndZone lightning bolt.
*
* ====================================================================================================
* CREDITS:
* - Rukia found how to know if your on ladder. (drove me nuts yet it was so easy)
* - teame06/VEN for HLTV event.
* - teame06 help with new menu system, and Team_Select menu, and some inspiration =).
* - Xtrem3 found a major hang time exploit.
* - iron helix found a major height exploit.
* - XAD - used the same font color from his statsx motd.
* - door for helping me test some features.
* - Gorlag/Batman for his Flying code.
* - BASIC-MASTER, I copied his Special Effect. (not the code, just effect)
* - BAILOPAN for some of the weapon removal code from CSDM v1.
* - BAILOPAN, for his information on code optimization. (READ IT)
* -- http://www.sourcemod.net/devlog/?p=62 ====================================================================================================
*/
===================================================================================================
===================================================================================================
Infos:
ChangeLog:
v1.5.2:
- Fixed crashing in surf_xss and surf_maya.
v1.5.1:
- Fixed a bug with the semi-clip cvar.
- Fixed a entity leak error with weapon removal.
v1.5:
- Commentator can be turned on/off through a #define.
- New CVARs:
- surf_godmode < 0 | 1 > (Turns God Mode OFF/ON, for everyone.)
- surf_semiclip < 0 | 1 > (Turns Semi-Clip OFF/ON, for everyone.)
- New COMMANDs:
- surf_delete (Opens menu to delete records of current map.)
- surf_on < 0 | 1 > (Turns plugin OFF/ON completely.)
- New Top Record System:
- One person can't dominate an entire record, there will always be three
- different players for every record catagory. Saved by STEAMID not name.
- Weapons from game_player_equip entity are removed upon death, to prevent spam.
- Players can now easily jump on top of users in Semi-Clip mode.
v1.1:
- Changed the HUD system a little bit, to be less laggy.
- Fixed an accidental logical error with clearing airtype records.
- Blocked trigger_hurts that heal from teleporting.
- Added Personal Statistics to /top3 window.
[ 本帖最后由 dsm635625 于 2008-2-20 09:57 编辑 ] |
|