Raised This Month: $32 Target: $400
 8% 

HLTV Server


Post New Thread Reply   
 
Thread Tools Display Modes
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 10-29-2019 , 21:03   Re: HLTV Server
Reply With Quote #11

Quote:
Originally Posted by DJEarthQuake View Post
Code:
#!/bin/sh SERVICE="proxy.so" if lsof | grep "$SERVICE" >/dev/null then echo "HLTV process found/ Not running start script" else SERVER_IP=`hostname  -I | cut -f2 -d' '` HOSTNAME=`whoami` nohup screen -A -m -d -S hltv ./hltv +connect "${SERVER_IP}" +name "${HOSTNAME}" & fi

Many thanks. I haven't ever initialized it before.
What? You shouldn't post something that you're not confident will run properly. If that's not the case, you need to get better at explaining what you are posting (it's often hard to understand you).
__________________
fysiks is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 10-30-2019 , 02:30   Re: HLTV Server
Reply With Quote #12

I was referring to HLTV. Strictly.
__________________
DJEarthQuake is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:55.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode