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
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 :)