Thread: HLTV Server
View Single Post
bendas
Junior Member
Join Date: Sep 2015
Old 09-13-2019 , 11:23   Re: HLTV Server
Reply With Quote #9

Quote:
Originally Posted by fysiks View Post
You just run it like you run any other executable on Linux (./hltv). When I tried to run mine I had to first set my LD_LIBRARY_PATH to include the directory in which the hltv executable resides. Here is a simple bash script that start the server:

Code:
#!/bin/sh

export LD_LIBRARY_PATH=".:${LD_LIBRARY_PATH}"

./hltv +name "HLTV" +connect 111.222.333.444:27015
Sorry friend, forgot to tell you thanks, it works
bendas is offline