mirror of
https://github.com/etlegacy/etlegacy-lua-scripts.git
synced 2024-11-21 20:11:06 +00:00
expanded spawn-invul-fair script
This commit is contained in:
parent
3571024749
commit
735418ccba
1 changed files with 12 additions and 0 deletions
|
@ -25,6 +25,18 @@ function et_WeaponFire(clientNum, weapNum)
|
||||||
et.gentity_set(clientNum, "ps.powerups", et.PW_INVULNERABLE, 0 )
|
et.gentity_set(clientNum, "ps.powerups", et.PW_INVULNERABLE, 0 )
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function et_FixedMGFire(clientNum, weapNum)
|
||||||
|
et.gentity_set(clientNum, "ps.powerups", et.PW_INVULNERABLE, 0 )
|
||||||
|
end
|
||||||
|
|
||||||
|
function et_MountedMGFire(clientNum, weapNum)
|
||||||
|
et.gentity_set(clientNum, "ps.powerups", et.PW_INVULNERABLE, 0 )
|
||||||
|
end
|
||||||
|
|
||||||
|
function et_AAGunFire(clientNum, weapNum)
|
||||||
|
et.gentity_set(clientNum, "ps.powerups", et.PW_INVULNERABLE, 0 )
|
||||||
|
end
|
||||||
|
|
||||||
function et_InitGame()
|
function et_InitGame()
|
||||||
et.RegisterModname(modname .. " " .. version)
|
et.RegisterModname(modname .. " " .. version)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue