The online racing simulator
Searching in All forums
(474 results)
[WWC] World Wide Cruise AND D&R (Finally 24/7) After over 2 years its finally online!
sun
S2 licensed
For over 2 years now I've always wanted to host my cruise server for other players to join. Every once in a while in a year I used to check for cruise servers. There are alot of cruise servers, but WWC made it fourth. That's when it was online for the first time after a couple of months after WS.C.

CLC, LTC, WS.C, WWC

_____________________________________________________________

[WWC]World Wide Cruise

World Wide Cruise is a happy, mature, helpful cruising team. I've seen no immaturity other the past few weeks, and I hope it stays that way.

There are no instant bans or kicks, everyone is treated fairly and with respect. If you have a problem about someone, you can report them in our forums.

On our server we have a lot of features. I'm not going crazy, and flooding the server untill it sucks you in like the Matrix, but I'm keeping it nice and relaxing, and easy to use.

Some of the features:
  • Earn Cash
  • Buy / Sell Cars
  • PM - Personal Message
  • Shows the Current Time (London)
  • Bonus System
  • Safe To Pit / Not Safe To Pit (In Garage)
  • Buy / Sell / Trade Goods from the Warehouse
  • Health
  • Jobs
  • Get a Lottery ticket
  • Fully Advanced Police System
  • Quiet atmosphere (Lovely to cruise in)
I hope you come to our server and check it out

And I would like to say a BIG thank you to all those people in the LFS Programming forum for helping me with programming problems.

As for now,

Enjoy Cruising!

__________________________________________

WWC has 2 other servers for people with a different Genre.

[WWC] Drift Server

[WWC] Race Server

Anyone is in titled to join our servers and have fun of course!
Last edited by sun, .
sun
S2 licensed
Thanks Broken, and thanks krammeh!
Drift / Cruise & Racing Server
sun
S2 licensed
Hello everyone.

I would just like to announce a new Drift and Racing Server (Cruise to) for everyone to use

[WWC] Drift Server (LFS Lapper)

[WWC] Race Server (With Race InSim)

[WWC] World Wide Cruise (Originally the fourth cruise server)

Friendly, Any Language is welcome, and enjoy!

So, if you have time, go check them out!

- Owen

_________________

There is a cruise server up, but that's your decision to go on or not :P
[WWC] World Wide Cruise (Finally running 24/7 with no problems)
Last edited by sun, .
sun
S2 licensed
Fixed problem. I used... bool bonus1 = true all the way to bonus5. and used it in my code. Works like a charm Thanks guys for the help!
Last edited by sun, .
sun
S2 licensed
Ok, now I have a problem. I've just had a friend get to 100%. But it doesn't give him the reward.

if (C.DistanceSincePit / 500d == 100)

If you could help with that please
sun
S2 licensed
Quote from dawesdust_12 :If only I knew what was in the deleted post.

Just a dumb question when not reading your post right.
sun
S2 licensed
Sorry didn't see that....

if (C.DistanceSincePit / 500d == 100)
{

C.Cash += 2500;
InSim.Send_MST_Message("/msg ^6>^8 " + C.PlayerName + " ^7received ^2€2500");
InSim.Send_MST_Message("/msg ^6>^2 Reason:^7 Distance bonus");
C.DistanceSincePit / 500d += 1;
}

sun
S2 licensed
Please provide me your opinions about this....

if (C.DistanceSincePit / 500d == 100)
{

C.Cash += 2500;
InSim.Send_MST_Message("/msg ^6>^8 " + C.PlayerName + " ^7received ^2€2500");
InSim.Send_MST_Message("/msg ^6>^2 Reason:^7 Distance bonus");
C.DistanceSincePit / 500d = 101;
}

sun
S2 licensed
Oh, forgot to mention, a KM bonus system is also one of the features!
sun
S2 licensed
Thanks!
[WWC] World Wide Cruise - Online 24/7 !
sun
S2 licensed
Hello all!

World Wide Cruise is online. Finally (after 3 years of trying to get it online), running 24/7 on a 100MB Down / Up Connection. With a Race server with a Race InSim, and a Drift Server with LFS Lapper!

You can find the names by:

[WWC] World Wide Cruise

[WWC] Drift Server

[WWC] Race Server

---------------------------------------------

Features of the Cruise.

* Officer System

* Bank

* Lotto

* Happy Hour

* Goods System

* Trading System
etc......

Hope to see you on them!
Last edited by sun, .
sun
S2 licensed
or how would i know were to cash in a lottery ticket for example?
sun
S2 licensed
Ok, since everything is working, has anyone got the layout for AS5 for this track?
sun
S2 licensed
Finally.... It connects to the server. Ok, since thats out of the way, now it wont connect to my SQL. I dont understand the way this code has been set out but is this right, if:

server is localhost

DB: wwclfscruise

UID: root

Pwd: test15

void OpenDatabase(string server, string database, string username, string password)
{
SQL.ConnectionString = "Server=localhost" + server +
"Database=wwclfscruise" + database +
"Uid=root" + username +
"Pwd=test" + password +
"Connect Timeout=30;";
SQL.Open();
}

EDIT: Delete this post. forget about this problem Its solved. Thanks for the help!
Last edited by sun, .
sun
S2 licensed
I think there is a big problem with this insim.... Marius has tried to solve the problem but we both cannot find anything wrong with it, everything is fine.
sun
S2 licensed
Hi, MariusMM - Long time
-------------------------------------------

nope, 127.0.0.1 cant be blocked as its the localhost.
sun
S2 licensed
Right. I've replaced the following line to:


// InSim connection settings
InSimSettings Settings = new InSimSettings("127.0.0.1", 25555, 0, Flags.InSimFlags.ISF_MSO_COLS | Flags.InSimFlags.ISF_MCI, '!', 500, AdminPW, "^1[^4RAF^1]", 5);


That should connect... but it doesn't...... Would you like to see my LFS DEDI setup.cfg to?
sun
S2 licensed
hmm..... yes I guess....... I think it is something to do with everytime i close the app it throws an un acceptional error
sun
S2 licensed
I've already tried that
sun
S2 licensed
haha

Anyways, I need help on why it is not connecting?
sun
S2 licensed
I cant seem to get this to connect to the server. No matter how many ways I try...... the port is set to the default:29999 and the IP: 127.0.0.1 since its running on the same machine, and adminpw is exactly right.
sun
S2 licensed
Heiko1's Has Kind of helped me...... But I'm still not getting it to work..... I'll try my self..... But I can have help right?
sun
S2 licensed
I'm not asking for that. I just give up. Its the same over again. Whats the point? You think I don't try? you think I expect people to give me code? I'M ASKING FOR PEOPLE'S HELP AND OPINIONS ON IT

Problem Now? FFS
sun
S2 licensed
People to provide the code? Ok. So whats the point in the help programming forum? I've provided the code I've written to get help on something I dont understand. That IS what the help programming forum is for. So I can either get help, or what is the point in the forum?

Somethings I did lets say a year ago, 2 years ago, I cannot change. Whats done is done. There's a Fact for you.
FGED GREDG RDFGDR GSFDG