Search found 7 matches
- Tue Jun 21, 2005 8:31 pm
- Forum: Unreal 3.2 Support
- Topic: Missing semicolon before close brace
- Replies: 8
- Views: 3965
- 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
- 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
- Tue Jun 21, 2005 11:59 am
- Forum: Unreal 3.2 Support
- Topic: Missing semicolon before close brace
- Replies: 8
- Views: 3965
- Tue Jun 21, 2005 11:42 am
- Forum: Unreal 3.2 Support
- Topic: Missing semicolon before close brace
- Replies: 8
- Views: 3965
- 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 ...
/*
* 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 ...
- 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 ...
* 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 ...