|
首先吧下载了的addons文件夹覆盖到cstrike目录下的同名文件夹
然后到cstrike\addons\amxmodx\configs\plugins.ini里面输入:
ultimate_jedi_grab.amx
在到cstrike\addons\amxmodx\configs\amxx.cfg里面输入:
sv_grab_force 10 - //sets the amount of force used when grabbing players/entities
sv_grab_glow 1/0 - //enables or disables the glow
sv_grab_red 0 - //glow RRR (red, 0-255)
sv_grab_green 255 - //glow GGG (green, 0-255)
sv_grab_blue 128 - //glow BBB (blue, 0-255)
sv_grab_transp 32 - //glow transparency (0-255)
sv_grab_beam 1/0 - //enables or disables the beam
sv_throw_force 1500 - //sets the amount of force used when throwing players/entities
sv_pushpull_speed 35 - //sets the speed when pushing/pulling players/entities
sv_speedkill 2500 - //sets the speed needed to kill a player when you hit him with a grabbed ent/player
if the speed is lower than this value, the player who has been hit will lose some health
使用命令是,
在控制台输入:
bind e "+grab2"
|
|