What's new

Discussion Could someone with a PC please test...

J

Jonzky

Enthusiast
Messages
355
Reaction score
58
Points
85
Sin$
0
I have been trying for the last few days to get a Clan-tag based prestige lobby system working but I keep coming up too dead-ends. I have a few ideas still but I do not want to keep throwing discs away.. So, could anyone with a PC version of WaW please test:

self GetDvar( clanName )
and
self GetClanName();

And see if it actually would get your clan-name. I would really appreciate it if somone could do this.
 
Ells

Ells

#yoloswag
VIP
Retired
Messages
7,750
Reaction score
3,124
Points
795
Sin$
0
I have been trying for the last few days to get a Clan-tag based prestige lobby system working but I keep coming up too dead-ends. I have a few ideas still but I do not want to keep throwing discs away.. So, could anyone with a PC version of WaW please test:

self GetDvar( clanName )
and
self GetClanName();

And see if it actually would get your clan-name. I would really appreciate it if somone could do this.
You'd have to set it so;

if self GetDvar("clanName") == ("clantag");
self thread doThis;

99% certain, it'd be like that.
 
J

Jonzky

Enthusiast
Messages
355
Reaction score
58
Points
85
Sin$
0
You'd have to set it so;

if self GetDvar("clanName") == ("clantag");
self thread doThis;

99% certain, it'd be like that.

Thanks for the help.

Do you think something like this would work?

Myclan = self GetDvar( clanName );

if ( Myclan == "10th" )
......
 
Top Bottom
Login
Register