Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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