Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
10/10
1. unknown - lua/autorun/server/damage_players_in_seats.lua:39
2. FireBullets - [C]:-1
3. FireShot - lua/entities/gmod_wire_turret.lua:72
4. unknown - lua/entities/gmod_wire_turret.lua:89 (x280)
Causes errors when the seat is being shot by non players / npcs (i used a wire turret)
A recent update had something to do with seats, so maybe that's why it's bugged.
It hasn't... Worked in a long time...
did you ever get around to fixing this?
local weapon
if attacker.GetActiveWeapon == nil then
weapon = attacker
else
weapon = attacker:GetActiveWeapon()
if !IsValid( weapon ) then
weapon = attacker
end
end