Me and my brother (Gimper) are trying to get our own server up, but we need a full, in depth, extremely detailed, the best you can find, list of server comands. but mainly we want to know how to change our skins. Please help!
There is no skin command.
Hello, I have a problem connecting to your server. I turn on the server, he is loaded without any errors, turn on the client, and writes to me: start executing script failure. please help
By default cars are visible on the World Map - to everyone. I know this is a function of being flagged as "GECK" in the object editor, but I can't find anything pertaining to that past the Object Editor...Short of writing a new script, is there a way to change it so that vehicles are only visible to the person(s) who parked the car there?
Yup you need to uncheck GECK in obj editor and process entering to location by yourself, you can use player.SetKnownLoc (true,location.Id); to show player car location.Probably server will delete location with car if will be no flag GECK, so you need remove autogarbage from loc and delete loc after car leaving manualy.Also you can change geck_visible=1 to geck_visible=0 in each enc location in Locations.cfg