安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
loadout.whitelist = {}
[ERROR] addons/ttt_-_loadout_menu_301839781/lua/autorun/cl_loadoutpanel.lua:32: attempt to index global 'loadout' (a nil value)
1. fn - addons/ttt_-_loadout_menu_301839781/lua/autorun/cl_loadoutpanel.lua:32
2. unknown - addons/ulib/lua/ulib/shared/hook.lua:109
And.. by the way.. Not asking about debugging, but about how-to (was helping noobs on c++ and I know how it annoying). I'm going to create something, but not really can figure out how exactly info sharing between client and server works (what is util.*, how net.* works and when you should use "if CLIENT" and where you don't)... Sorry in advance.
on line 256 gChoice = WL_WEAPON_10 should be gChoice = WL_WEAPON_11
note: i have added a small amount of lua to the server file to allow me to bind the menu to f4 it is as follows.
function openloadout( ply ) --Start the function
net.Start("OpenLoadoutMenu")
net.Send(ply)
end --End the function
hook.Add("ShowSpare2", "LoadoutMenuButton", openloadout) --Add the hook "LoadoutMenuButton" so it opens with F4
WL_Whitelist = {user, regular}
Everyone is still able to use it though. Also, it says blacklist in the comment, but whitelist in the actual option.