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
1. LookupBone - [C]:-1
2. unknown - lua/weapons/weapon_roper/cl_init.lua:108
Basically, it has no worldmodel which causes this error when roper is on the ground
hm yes i forgot to add a wordlmodel. Gotta look a tutorial for that. Thx for report
[Askasta's Roper] lua/weapons/weapon_roper/init.lua:33: attempt to call field 'IsPlayer' (a nil value)
1. unknown - lua/weapons/weapon_roper/init.lua:33
I did a quick fix without testing so it might be still broken i gotta test it tomorrow and solve the issue
Should be fixed now, update is out
should be fixed aswell. My mistake was that i needed to verify the entity before trying to call IsPlayer
When held in a player's hand:
[Askasta's Roper] lua/weapons/weapon_roper/cl_init.lua:108: bad argument #1 to 'GetBonePosition' (number expected, got no value)
1. GetBonePosition - [C]:-1
2. unknown - lua/weapons/weapon_roper/cl_init.lua:108
When spawned or thrown on the ground:
[Askasta's Roper] lua/weapons/weapon_roper/cl_init.lua:108: Tried to use a NULL entity!
1. LookupBone - [C]:-1
2. unknown - lua/weapons/weapon_roper/cl_init.lua:108
[Askasta's Roper] lua/weapons/weapon_roper/cl_init.lua:108: Tried to use a NULL entity!
1. LookupBone - [C]:-1
2. unknown - lua/weapons/weapon_roper/cl_init.lua:108
yea i fixed the one error but i cant get this fixed gotta investigate more ;-;