Search found 7 matches

by Whistler
Tue Jun 21, 2005 8:31 pm
Forum: Unreal 3.2 Support
Topic: Missing semicolon before close brace
Replies: 8
Views: 3965

At last i solved it =) Thx all yaa people :D
by Whistler
Tue Jun 21, 2005 2:10 pm
Forum: Unreal 3.2 Support
Topic: Server is in link block but IP/host didn't match
Replies: 3
Views: 1799

At least i solved it, Thx you all :D
by Whistler
Tue Jun 21, 2005 12:29 pm
Forum: Unreal 3.2 Support
Topic: Server is in link block but IP/host didn't match
Replies: 3
Views: 1799

It seems like i am one step closer =)
I get this error message:

(Server is in link block but IP/host didn't match)

looking through the code, i have set both hostnames to localhost

need som help... plz..
by Whistler
Tue Jun 21, 2005 11:59 am
Forum: Unreal 3.2 Support
Topic: Missing semicolon before close brace
Replies: 8
Views: 3965

I don't know, i removed the semi-colon, but i still get same error..
by Whistler
Tue Jun 21, 2005 11:42 am
Forum: Unreal 3.2 Support
Topic: Missing semicolon before close brace
Replies: 8
Views: 3965

What asterisks did you meant?
by Whistler
Tue Jun 21, 2005 10:56 am
Forum: Unreal 3.2 Support
Topic: Missing semicolon before close brace
Replies: 8
Views: 3965

the link block

I paste the link block

/*
* NEW: link {}
* OLD: C/N:Lines
* This defines an okay for a server connection.
* NOTE: BOTH SERVERS NEED A LINK {} SETTING TO CONNECT PROPERLY!
* Syntax is as follows:
*/
link services.whistler.no-ip.com;
{
username *;
hostname localhost;
bind-ip *;
port 6667 ...
by Whistler
Tue Jun 21, 2005 10:15 am
Forum: Unreal 3.2 Support
Topic: Missing semicolon before close brace
Replies: 8
Views: 3965

Missing semicolon before close brace

I get the error message "Missing semicolon before close brace" on line298,

* options {
* (options here*);
};
* /* If we use SSL, we can choose what cipher to use in SSL mode
* * Retrieve a list by "openssl ciphers", seperate ciphers with :'s
* */
* ciphers "DES-CBC3-MD5";
* };
/*

the ...