So I decided to host a server for some friends and I. I have the server running and we can all join and all the addons work fine but one problem. We are all invincible and can't take damage from anything so I tried going into utilities/setting and playing with that but it did not work. I also tried putting my name in the "users.txt" file but that did not work. Here::::
"Users"
{
//
// This is your users file
//
// You can use this file to add people as admins on your server
// Add them to the relevant section
//
// If you're a Lua coder you can add your own sections and use them
// in your script by doing pl:IsUserGroup( "admin" ) etc
//
"superadmin"
{
"ƒ" "STEAM_0:1:7099"
}
"admin"
{
"ƒ" "STEAM_0:1:7099"
}
}
Any help is greatly appreciated! thanks!
ƒ is my steam username atm. Maybe it doesn't recognise the character?
Put this into server.cfg
[CODE]
sbox_godmode 0 // 1: No Damage 0: Normal
sbox_plpldamage 0 // 1: Disable PvP 0: Enable PvP
[/CODE]
[QUOTE=Svenskunganka;43318363]Put this into server.cfg
[CODE]
sbox_godmode 0 // 1: No Damage 0: Normal
sbox_plpldamage 0 // 1: Disable PvP 0: Enable PvP
[/CODE][/QUOTE]
Ah ok.
Edit: Where is the server.cfg?
/garrysmod/cfg
Sorry, you need to Log In to post a reply to this thread.