tianrj 发表于 2006-8-2 12:34:50

布置激光器插件!

允许每个玩家在墙上布置激光发射器!想象到处都有激光挡路的情形吧!哈哈哈........


服务器端命令

amx_lasermine_ammo //The setup of ammo (default 2 max 10)
amx_lasermine_fragmoney //A setup for the reward (default 300 min 100)
amx_lasermine_cost //The settlement of the cost (default 2500 min 100 max 16000)
amx_lasermine_health //The settlement of the degree of durability (default 500 min 1 max 800)
amx_lasermine_dmg //The setup of the damage (default 10000 min 1)

客户端使用方法
+setlaser

例如绑定"v"键
bind "v" "+setlaser"

需要模块
Engine
Cstrike
Fun

http://forum.dt-club.net/attachment.php?attachmentid=11348&stc=1&d=1154493451

maikoo 发表于 2006-8-2 13:47:41

回复: 布置激光器插件!

不会编译,帮忙编个AMXX1.71的吧!

tianrj 发表于 2006-8-2 14:03:26

回复: 布置激光器插件!

Post by maikoo
不会编译,帮忙编个AMXX1.71的吧!
编好了
汉化我就不会了,我只玩1.5^_^

chunhungx 发表于 2006-8-2 14:29:31

回复: 布置激光器插件!

有lasermine1.2beta3了....
http://forums.alliedmods.net/showpost.php?p=253296&postcount=26

-----------------------------------------------------------------------
http://forums.alliedmods.net/showthread.php?t=25819


================================================
-=VERSIONS=-
Releaseed(Time in JP) Versioncomment
------------------------------------------------
2006/03/211.0FirstRelease
2006/04/051.2BetaRequest by the_aking
2006/05/171.2Beta2 Any bug fixed of 1.2Beta
2006/05/191.2Beta2-1 chat bug fix
2006/06/091.2Beta3 Any change code and bug fix
================================================


lasermine缺點(bug):
bind "(key)" "say /buy_lasermine"
不能買

applesuperman 发表于 2006-8-3 19:07:13

回复: 布置激光器插件!

我也是1。5,安装激光器就死机

xiaohu99 发表于 2006-8-4 15:49:54

回复: 布置激光器插件!

我的1。5也死机!
肯定少了个文件

applesuperman 发表于 2006-8-4 18:00:06

回复: 布置激光器插件!

我是刚一听到激光器的声音就死机了

applesuperman 发表于 2006-8-4 18:16:22

回复: 布置激光器插件!

我看了一下,差声音文件啊

applesuperman 发表于 2006-8-4 18:19:28

回复: 布置激光器插件!

差这些:
public plugin_precache() {
        precache_sound("weapons/mine_deploy.wav")
        precache_sound("weapons/mine_charge.wav")
        precache_sound("weapons/mine_activate.wav")
        precache_sound("debris/beamstart9.wav")
        precache_model("models/v_tripmine.mdl")
        beam = precache_model("sprites/laserbeam.spr")
        boom = precache_model("sprites/zerogxplode.spr")

applesuperman 发表于 2006-8-4 18:23:56

回复: 布置激光器插件!

找到这些文件一样要死机,我晕~~~~~~
页: [1] 2 3 4
查看完整版本: 布置激光器插件!