Jump to content

Making a simple LAN


Recommended Posts

I can't seem to get a basic LAN server to work. When I stay host game and start it just sits at a black screen. I have tried making all of the nessesary files but i can't seem to get the hang of it. Can someone give me a bit more in depth help?

And I can't see any server I make on the LAN menu....is there a port or something I need to unblock?

Link to comment

Then you either screwed up when changing the ACL, forgot to reload it (restart the server or do aclReload(),) or just forgot to log in.

The syntax for the login command is:

/login Name Password

OR

/login Password.

In the latter case, your player name (options or /nick) will be used as the name.

Link to comment
Then you either screwed up when changing the ACL, forgot to reload it (restart the server or do aclReload(),) or just forgot to log in.

The syntax for the login command is:

/login Name Password

OR

/login Password.

In the latter case, your player name (options or /nick) will be used as the name.

Well doing that I now get this

[08:36:16] Resources: 207 loaded, 0 failed
[08:36:16] Starting resources...
 
[08:36:16] Server started and is ready to accept connections!
[08:36:16] CONNECT: InsanePyro connected (IP: 127.0.0.1)
* Connected! [MTA:SA Server 1.0 [Windows]]
[08:36:24] JOIN: InsanePyro joined the game (IP: 127.0.0.1)
[08:36:32] LOGIN: InsanePyro successfully logged in
login: You successfully logged in
[08:36:40] DENIED: Denied 'InsanePyro' access to command 'start'
ACL: Access denied for 'start'

Link to comment

Then it's the ACL. Restart the server and try again. If it still doesn't work, open acl.xml and make sure there's an entry in the Admin group with

user.[yourname] in it.

<group name="Admin">
 
       ...
 
       <object name="user.robhol" />
 
       ...
 
</group>

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...