Hey, i have IV:MP server folder portforwarded i start the server it says:
[Master] Hosting on master list
for almost a hour i turn of master list it started server says:
Created a vehicle with id 4
Created a vehicle with id 5
Server has been online for 0 seconds
Squirrel 3.0 release candidate 1<RC1>
Port = 20000
-------------------
cp.nut loaded
-------------------
Loaded script cp.nut
Loaded script whisper.nut
Loaded script namecheck.nut
Loaded script runcode.nut
-------------------------------------------------
IV:MP 0.1 T3 R1 <Apr 16 2011, 14:24:18 Server Started
Copyright <C> 2009-2011 IV:MP Team
Port: 20000
Max Players: 32
------------------------------------------------
but i cant connect other players cant connect to i portforwarded 20000,20001
SETTINGS:
<settings>
<!-- Port the server will listen on -->
<port>20000</port>
<!-- The port the webserver listens on -->
<httpport>20001</httpport>
<!-- An external webserver that you host your files on, can be either the server's name or IP -->
<!-- httpserver>(BLURED IP )</httpserver -->
<!-- Maximum number of players the server will support (Max 32) -->
<maxplayers>32</maxplayers>
<!-- Maximum number of vehicles the server will support (Max 65534) -->
<maxvehicles>400</maxvehicles>
<!-- Password clients will have to enter to connect -->
<!-- password>None</password -->
<!-- Add the server to the master list -->
<listed>false</listed>
<!-- The hostname players will see -->
<hostname>IV:MP Server Server That Needs Staff</hostname>
<!-- The address the server will bind to -->
<!-- hostaddress>(BLURED IP)</hostaddress -->
<!-- Toggles frequently called events which has impact on CPU usage -->
<frequentevents>false</frequentevents>
<!-- The scripts the server will load and run -->
<script>cp.nut</script>
<script>whisper.nut</script>
<script>namecheck.nut</script>
<script>runcode.nut</script>
<!-- The scripts the client will download and run -->
<clientscript>scoreboard.nut</clientscript>
<!-- The resources the client will download and used by clientscripts -->
<!-- clientresource>ivmp.png</clientresource -->
<!-- The modules the server will load and run -->
<!-- For windows: -->
<!-- module>Sample.dll</module -->
<!-- For linux: -->
<!-- module>Sample.so</module -->
</settings>