#Help me
1 messages · Page 1 of 1 (latest)
:point_right: Solution for the No endpoint_add_* found error (unless zap game server):
:one: open your server.cfg
:two: remove all endpoint_add_* lines
:three: add this to the start of the file:
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
You can change the port as you like but ONLY change the IP (0.0.0.0) if you really know what you are doing.
:point_right: For ZAP-Hosting servers you MUST use the IP:PORT of your server instead of 0.0.0.0:30120.