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
Could you describe how it conflicts with Player Tumbler?
1. v - lua/sv_bb.lua:952
2. Run - lua/includes/modules/hook.lua:96
3. InitializeWithOwner - lua/entities/prop_ragmod_ragdoll.lua:210
4. AssignOwner - lua/entities/prop_ragmod_ragdoll.lua:972
5. SpawnRagdoll - lua/includes/modules/ragmod.lua:93
6. TryToRagdoll - lua/includes/modules/ragmod.lua:66
7. ClientRequestRagdoll - lua/autorun/server/sv_ragmod.lua:98
8. HandleInput - lua/autorun/server/sv_ragmod.lua:169
9. v - lua/autorun/server/sv_ragmod.lua:192
10. Run - lua/includes/modules/hook.lua:96
11. action - lua/ragmod/ragmod_input.lua:54
12. v - lua/ragmod/ragmod_input.lua:196
13. unknown - lua/includes/modules/hook.lua:96
This appears whenever I press the manual ragdoll key.
[Bone Buster] lua/sv_bb.lua:952: attempt to index a nil value
1. v - lua/sv_bb.lua:952
2. Run - lua/includes/modules/hook.lua:96
3. InitializeWithOwner - lua/entities/prop_ragmod_ragdoll.lua:210
4. AssignOwner - lua/entities/prop_ragmod_ragdoll.lua:972
5. SpawnRagdoll - lua/includes/modules/ragmod.lua:93
6. TryToRagdoll - lua/includes/modules/ragmod.lua:66
7. ClientRequestRagdoll - lua/autorun/server/sv_ragmod.lua:98
8. HandleInput - lua/autorun/server/sv_ragmod.lua:169
9. v - lua/autorun/server/sv_ragmod.lua:192
10. Run - lua/includes/modules/hook.lua:96
11. action - lua/ragmod/ragmod_input.lua:54
12. v - lua/ragmod/ragmod_input.lua:196
13. unknown - lua/includes/modules/hook.lua:96 (x5)
But when i disable all my addons except for ragmod, bone buster and player tumbler it does not create these errors but all the functions of player tumbler do not work (i.e tripping over props, ragdolling when hitting walls)
Edit: Player Tumbler has the correct code, I just needed to fix it in Bone Buster
[Bone Buster] lua/sv_heavier-ragdolls.lua:36: bad argument #1 to 'SetMass' (number expected, got nil)
1. SetMass - [C]:-1
2. v - lua/sv_heavier-ragdolls.lua:36
3. unknown - lua/includes/modules/hook.lua:96