Server , Client Country Flag not showing.

7 replies [Last post]
(*WASP*SH▲DOWKNIGHT)
Site administrator
haxxus's picture
Offline
Joined: May 2007
Posts:
US United States

Anyone knows how to make the country flags show ?? .
Thanks.

(*WASP*SH▲DOWKNIGHT)
Site administrator
haxxus's picture
Offline
Joined: May 2007
Posts:
US United States
Re: Server , Client Country Flag not showing.

And the other problem I got , server doesn't load the warmup
ive added $g_warmup 10; to rotation , and have added it to the server.cfg , but nothing , no warmup.

cml
Forum moderator Rank moderator LIVING LEGEND
camel-xp's picture
Offline
Joined: Mar 2006
Posts:
PL Poland
Re: Server , Client Country Flag not showing.

1) make sure your server cfg has: xp_validTLD set to 0

2) make sure your server cfg has: g_DoWarmup set to 1

(*WASP*SH▲DOWKNIGHT)
Site administrator
haxxus's picture
Offline
Joined: May 2007
Posts:
US United States
Re: Server , Client Country Flag not showing.
cml wrote:

1) make sure your server cfg has: xp_validTLD set to 0

2) make sure your server cfg has: g_DoWarmup set to 1

I had validtld already there set to 0 , no flags , and I added dowarmup to server.cfg / nothing , then to rot , and nothing,, added to both , -> nothing ..

(*WASP*SH▲DOWKNIGHT)
Site administrator
haxxus's picture
Offline
Joined: May 2007
Posts:
US United States
Re: Server , Client Country Flag not showing.

rot and .cfg attached..

(*WASP*SH▲DOWKNIGHT)
Site administrator
haxxus's picture
Offline
Joined: May 2007
Posts:
US United States
Re: Server , Client Country Flag not showing.

Camel ?? illuminati !!

/
q3fun's picture
Offline
Joined: Jun 2010
Posts:
Re: Server , Client Country Flag not showing.

use q3ded for war server. i start my server: sh start.sh

if no flags try start next: linux32 start.sh

my start.sh file:

#!/bin/sh
killall q3ded
cd /home/blablabla/server
./q3ded +cvar_restart +set net_port 27965 +set dedicated 2 +set fs_game excessiveplus +exec server.cfg >/dev/null 2>&1 &

/
q3fun's picture
Offline
Joined: Jun 2010
Posts:
Re: Server , Client Country Flag not showing.

or mb

#!/bin/sh
killall q3ded
cd /home/blablabla/server
linux32 q3ded +cvar_restart +set net_port 27965 +set dedicated 2 +set fs_game excessiveplus +exec server.cfg >/dev/null 2>&1 &