搜索
查看: 2839|回复: 15

【推荐】【转】火箭筒插件

[复制链接]
发表于 2005-9-3 11:37:41 | 显示全部楼层 |阅读模式 来自 广东广州
这次是真正的火箭筒!要用:
models/rpgrocket.mdl
weapons/rocketfire1.wav
models/p_rpg.mdl
models/v_rpg.mdl
models/w_rpg.mdl

sprites/zerogxplode.spr
sprites/smoke.spr
sprites/hotglow.spr
sprites/white.spr

这些文件
由于是我非常想要的那个火箭炮插件,所以……
英文介绍:
AMX RPG

Author: KleeneX
Version: 0.8

===============================================
Note:
You need the new VexdUM 1.0!
Download it here.

===============================================
Description:
You sure know the RPG from HL1. When you shoot a rocket it flys to
the point where you aiming. This RPG can do that and also when you
shoot a rocket whith "attack2" your view will be set in the RPG and you
can fly around whith it.
You also can enable "rpg_arena" which gives everyone unl. Ammo and RPG's
every new round.

The most code is the same like the one from my Jetpack.
You shouldn't use this and Jetpack at the same time because
it could make some problems if someone got bouth weapons.

===============================================
Options (in the header of the .sma file):
Remove the "//" in the front to enable an option.

CODE //#define USE_LASERDOT // Could be laggy if you activate this!
//#define ADMIN_ONLY // Only admins can give RPG's?
#define CHANGE_VIEW // This will change the CamRocket view to a more realistic :)

#define ALERT_ENEMIES // This will alert if theirs an enemy in the view of the CamRocket
//#define SHOW_ALL_ENEMIES // Could be laggy if there many people in the View of the Rocket

And some general Options for the rockets.

===============================================
Commands & CVARs:
buyrpg - Buys a RPG. (only if ADMINS_ONLY is disabled)
买火箭筒,只有在admins_only关闭了之后才能用
amx_rpg <name/authid/#userid> - Gives this player a RPG (only if ADMINS_ONLY is enabled)
给玩家火箭筒,条件跟上面相反,要开启admins_only
rpg_version "AMX RPG 0.8" - To see it on websites .
不详。。。不知有什么用
rpg_arena 0 - <1/0> Turns RPG Arena on or off.
(不会翻译,竞技场???):sweat:
rpg_cost 6000 - Cost of a AMX RPG.
一个火箭筒多少钱
rpg_ammo 9 - Ammo for each new RPG.
一个火箭筒附送多少火箭炮
rpg_active 1 - <1/0> Turns AMX RPG on or off.
是否开启火箭筒插件

===============================================
Tested on:
CS 1.6: Windows XP

===============================================
Changelog:

  • 0.4 - First release
  • 0.4b - Added option to disable the laserdot (if you got lags)
  • 0.5 - Added option admins only
    Disabled Laserdot as default
  • 0.6 - Added Ammo
  • 0.6b - Fixed no ammo when you use "amx_rpg"
  • 0.7 - Added CHANGE_VIEW option which makes the Camera in
    CamRocket don't look like the Perfect Camera
  • 0.7b - Removed green view due many lags (currently looking for an
    other way)
  • 0.8 - Added "rpg_arena" Option
    Added "rpg_version" Server CVAR
===============================================

本帖子中包含更多资源

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

×
发表于 2005-9-3 16:51:01 | 显示全部楼层 来自 乌克兰

回复: 【推荐】【转】火箭筒插件

英文?????????郁闷。
回复

使用道具 举报

 楼主| 发表于 2005-9-3 17:11:12 | 显示全部楼层 来自 广东广州

回复: 【推荐】【转】火箭筒插件

下面那个素汉化了的。。。
回复

使用道具 举报

 楼主| 发表于 2005-9-3 19:49:25 | 显示全部楼层 来自 广东广州

回复: 【推荐】【转】火箭筒插件

呼。。。用了之后发现了个Bug:当最后一发火箭用第二种模式(火箭第一人称)并爆炸后,再按第二模式视线会停留在爆炸的那个地方(火箭爆在敌方基地的时候用来观察敌方也挺好的。。。)
回复

使用道具 举报

 楼主| 发表于 2005-9-3 20:12:15 | 显示全部楼层 来自 广东广州

回复: 【推荐】【转】火箭筒插件

改成这样应该好玩点吧。。。:cold:
register_cvar("rpg_active","1")
register_cvar("rpg_cost","16000")
register_cvar("rpg_ammo","100")
register_cvar("rpg_arena","0",FCVAR_SERVER)
回复

使用道具 举报

发表于 2005-9-7 12:40:21 | 显示全部楼层 来自 北京

回复: 【推荐】【转】火箭筒插件

下面这些文件去哪找呀?

models/rpgrocket.mdl
weapons/rocketfire1.wav
models/p_rpg.mdl
models/v_rpg.mdl
models/w_rpg.mdl
sprites/zerogxplode.spr
sprites/smoke.spr
sprites/hotglow.spr
sprites/white.spr
回复

使用道具 举报

发表于 2005-10-3 22:26:47 | 显示全部楼层 来自 香港

回复: 【推荐】【转】火箭筒插件

我想下d中文版啊~那T可以o我?多x
回复

使用道具 举报

发表于 2005-10-3 23:01:55 | 显示全部楼层 来自 广东广州

回复: 【推荐】【转】火箭筒插件

AMXX编译不了啊 :brick: 谁能帮忙编译一下,要AMXX1.60的
回复

使用道具 举报

发表于 2005-10-4 08:59:28 | 显示全部楼层 来自 浙江杭州

回复: 【推荐】【转】火箭筒插件

好啊,谢谢楼主的帖子.,
回复

使用道具 举报

发表于 2005-10-21 21:35:36 | 显示全部楼层 来自 北京海淀

回复: 【推荐】【转】火箭筒插件

不是吧!?   是英文的,与其他的有什莫不同?
:cold:
回复

使用道具 举报

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

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