Vultr.com - Instant Cloud Server Deployment
Game Rank
Servers:
Teams:
Fans:
509899
Players:
17080
Forum Home > Counter Strike 1.6 General Discussion > Join to a server with password on a single click.
coc9PM
#1
Join to a server with password on a single click.
Sep 06, 2015 6:36 AM
Joined: Jan 09, 2013
Posts: 3
Hi i want to make a shortcut button kind of thing or something like this for my friends to join my dedicated server in a single click.
My server ip is like this: servername.redirectme.com:27015

So far I've tried:

1). Create a shortcut for client pc, basically a bat file with these arguments but nothing happens when run:
start hl.exe -game cstrike -noipx -nojoy -noforcemparms -noforcemaccel +password mypass +connect servername.redirectme.com:27015.

2). Edited GameMenu,res file and added a menu item:
"1" { "label" "Join MY Server" "command" "engine password mypass; connect servername.redirectme.com:27015"}
but clicking on the "Join MY Server" button it keeps on retrying to connect to the server but doesn't even server is already running.