安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






eu coloco heal(player_1) é isso? tentei de todos os jeitos ugh
http://forums.kleientertainment.com/topic/64212-dedicated-server-quick-setup-guide-windows/
Am I supposed to install it on my server or use it on my client now? :D
Even at risk of missing console messages, it is still possible to use the ingame console. For that, you need to run the commands on the server, not the client. To do that, open the console like you already do and press CONTROL. You should see "remote" on the side of the text box.
Are you running a dedicated server? That's when you'll have the black screen, called The Console.
If you use the ingame console, you might not be able to see most of the information the commands output, such as in help().
Basta iniciar o servidor com o mod e digitar os comandos no console
simplesmente digito espec por exemplo? "spec"
You must type the commands on the console, the black screen. Watch the syntax.
Ex.: count("gears")
creative 1
int stands for integer
Tudo bem, aguardo ansioso a atualização, essa semana vai ficar puxada pra mim também jogar kkkkkkk
Valeu pela atenção cara, sucesso aí
Ah, isso já foi feito na próxima versão, mas ainda não postei aqui pois estava fazendo outras coisas...
Verei se consigo atualizar essa semana.
c_goto(player) and c_move(player): I've wrote a function called tp() earlier today, it wraps one player to the other, just need some testing if you'd join the server.
heal: this one should be pretty easy, working on it.
c_give: seems doable. I'll look it up.
c_give("prefab",amount) but so it doesnt give individual but in stacks (if possible)
typing heal do c_sethealth(1), c_setsanity(1),and c_sethunger(1)
typing movetc will do c_move(AllPlayers[#])
and goto will do c_goto(AllPlayers[#])
if you could do these it would be 100000000x better :)