安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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 ;-;