Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Read the known Bugs:
"Nova shotgun doesn't reload fully, and gets stuck in the reload. I'm not a big lua coder, so I don't know how to fix this. Sorry. I'm only a weapon coder so... I can only do so little."
Maybe this occured the Error.
TEST [lua/weapons/weapon_csgo_nova/shared.lua][lua/weapons/weapon_csgo_nova/shared.lua]
FOUND IN ADDON [302932225]
[Counter-Strike: Global Offensive Weapon Pack for TTT] lua/weapons/weapon_csgo_nova/shared.lua:168: attempt to index field 'BaseClass' (a nil value)
1. unknown - lua/weapons/weapon_csgo_nova/shared.lua:168
http://facepunch.com/showthread.php?t=1181671
you can try it out and see if that's the issue
Go to the weapon's Lua file (weapon_ttt_glock.lua for example) and find the "ShootBullet" tab.
Once you're there look for this:
bullet.Damage = dmg * GetConVarNumber("sv_buu_damagemultiplier")
and change the right side to how much damage you want the gun to do, like this:
bullet.Damage = 25