The online racing simulator
Searching in All forums
(158 results)
mariuba2
S2 licensed
Quote from Bose321 :I think none cares about cash in your server. The forum you made should do. Just make different categories.

k

Quote from The Very End :

Good luck!

thx
Requesting Forum Maker For [UGC]
mariuba2
S2 licensed
Under-Ground Cruise is a new team coming to LFS soon but we need a forum maker to release the team complete so if anyone intrested of making us a forum please contact me.

And i have triel to make one http://undergroundcruise.site-forums.com/

msn : [email protected]

Reward :
Admin in server.
All cars
1mill in cash

[EDITED]-idk where to post this so i post here i didnt see a place to request forum =)
Last edited by mariuba2, .
mariuba2
S2 licensed
ok its updated now
Logo Competition
mariuba2
S2 licensed
Hello,

I made this competition to see how you guys are good at designing logo's.

All of these logo's were made by me..
Example:




Rules:
No copying other logo's.
Respect other's and their logo
Don't copy and fake showoff with other people stuff.
Last edited by mariuba2, .
mariuba2
S2 licensed
Quote from Mikko1 :I know people want to host 24/7 But this is free.. Tell mr where i can get free 24/7 server ?

simple ask around or ask a friend that run computer for 24/7 thats wat i did i asked my friend and he run's my demo server for 4 years streight now
mariuba2
S2 licensed
o.0? whats the point? lolz people want their server to run 24/7 m8 =)
mariuba2
S2 licensed
well rlc is now take over by me and tom and (The Stig) is abusing his rights these days so im gonna remove him from admin and change pass or problaby jus ban him cause its second time the admin pass is gonna change because of him
stating process
mariuba2
S2 licensed
I'm trying to add some userstate in insim but it's not showing can be ...

so is my code's wrong?


[Command("addtow", "addtow <username>")]
public void addtow(string Msg, string[] StrMsg, Packets.IS_MSO MSO)
{
if (Connections[GetConnIdx(MSO.UCID)].Username == "Th3D4rk" || Connections[GetConnIdx(MSO.UCID)].Username == "mariuba2" || Connections[GetConnIdx(MSO.UCID)].Username == "Tomrius")
{
 
foreach (clsConnection i in Connections)
{
if (i.Username == Msg.Remove(0, 15))
{
if (i.Stat == 10 || i.Stat == 11 || i.Stat == 12 || i.Stat == 13 || i.Stat == 15)
{
i.Stat = 5;
InSim.Send_MST_Message("/msg ^6|^7 " + i.PlayerName + "^7 can now be a Rlc Tow");
}
else
{
i.Stat = 5;
InSim.Send_MST_Message("/msg ^6|^7 " + i.PlayerName + "^7 can now be a Rlc Tow");
}
}
}
}
}

mariuba2
S2 licensed
void Siren_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
{
foreach (clsConnection C in Connections)
{
if (C.Siren != 0)
{
if (C.Siren == 1)
{
InSim.Send_BTN_CreateButton("^4(((((^7SIREN^4)))))", Flags.ButtonStyles.ISB_C1, 15, 74, 60, 63, 151, C.UniqueID, 2, false);
C.Siren = 10;
}
else if (C.Siren > 9)
{
if (C.Siren > 14)
C.Siren = 10;
InSim.Send_BTN_CreateButton("^4" + "((((".Insert((C.Siren % 10), "^1(^4") + "^7" + "SIREN" + "^4" + "))))".Insert(4 - (C.Siren % 10), "^1)^4"), Flags.ButtonStyles.ISB_C1, 15, 74, 60, 63, 151, C.UniqueID, 2, false);
C.Siren++;
}
else if (C.Siren == 3)
{
InSim.Send_BFN_DeleteButton(Enums.BtnFunc.BFN_DEL_BTN, 151, C.UniqueID);
C.Siren = 0;
}
}
}
}

idk if thats wat you tlking =)
mariuba2
S2 licensed
Quote from broken :"magically" fked up.

lol hahaha

@stuntguy in FileInfo make sure u have



static public void UpdateUserLeave(clsConnection C)
{
StreamWriter Sw = new StreamWriter(UserInfo + "\\" + C.Username + ".txt");
Sw.WriteLine("Cash = " + C.Cash);
Sw.WriteLine("BBal = " + C.BankBalance);
Sw.WriteLine("Cars = " + C.Cars);
Sw.WriteLine("Distance = " + C.TotalDistance);
Sw.WriteLine("Health = " + C.Health);
Sw.WriteLine("Toys = " + C.Toys);
Sw.WriteLine("Stat = " + C.Stat);
Sw.Flush();
Sw.Close();
}

etc. etc. wat ever u have idk cause i tried to make the toys thingy work but its hard to do for me
mariuba2
S2 licensed
problaby the code is wrong
mariuba2
S2 licensed
Quote from zeugnimod :
I can imagine that a lot of effort is needed to make a cruise server but I still think that they don't belong in LFS. IMO!

m8 LFS is a simulation game we are just people who have skills in programing and want to make LFS a fun game and more realistic, would you want to sit all day driving around track?? rather than having fun doing jobs,earning money etc.
mariuba2
S2 licensed
Quote from zeugnimod :This doesn't apply to cruise servers.



No but even 1 more is too much.

as broken said their exesnt enought cruise if he wants to start a cruise he can Stop with the cruisism childishness. Please? The person wants to start his cruise team I find nothing wrong with that. He wants to make his own cruise server. I find nothing wrong with that too. It's his own preference, and you have no word on what type of server anyone else, OTHER THAN YOU is going to host. So he can problaby start his server and be successfull maybe he could own a server thats better than LTC,CLC,LSGO,RLC one day who know's?
mariuba2
S2 licensed
o.0? dont get it
mariuba2
S2 licensed
joordy i told u times and times to download alot of insims and read them thts the easy way too
mariuba2
S2 licensed


mariuba2
S2 licensed
its based on lsc insim

this is for the botton

InSim.Send_BTN_CreateButton("^7Bonus: ^6" + C.DistanceSincePit / 500d + "^6%", Flags.ButtonStyles.ISB_LEFT, 5, 25, 7, 54, 99, C.UniqueID, 2, false);

PLL_PlayerLeavesRace

private void PLL_PlayerLeavesRace(Packets.IS_PLL PLL)
{
try
{
// Your code here

InSim.Send_MST_Message("/msg ^6| " + Connections[GetConnIdx2(PLL.PLID)].PlayerName + " went to spectate");

Connections[GetConnIdx2(PLL.PLID)].PlayerId = 0; // Update Players[] list
// Your code here
}
catch { }
}

// A player goes to the garage (setup screen).

private void PLP_PlayerGoesToGarage(Packets.IS_PLP PLP)
{
try
{
InSim.Send_MST_Message("/msg ^6| " + Connections[GetConnIdx2(PLP.PLID)].PlayerName + " went to pits");

Connections[GetConnIdx2(PLP.PLID)].PlayerId = 0; // Update Players[] list
}
catch { }
}

mariuba2
S2 licensed
hey guys im trying to connect to lfs in multiplayer mode but i can't it says can't connect to master server and i do everything and still cnt connect..i reset my internet omg i do eveything date is 10/5/10 5:15pm USA time


Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\donna>ping master.liveforspeed.net
Pinging master.liveforspeed.net [213.40.20.2] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 213.40.20.2:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Users\donna>

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\donna>ping master.liveforspeed.net
Pinging master.liveforspeed.net [213.40.20.2] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 213.40.20.2:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Users\donna>
mariuba2
S2 licensed
yh im reading it now
can't connect to lfs
mariuba2
S2 licensed
hey guys im trying to connect to lfs in multiplayer mode but i can't it says can't connect to master server and i do everything and still cnt connect..i reset my internet omg i do eveything date is 10/5/10 5:15pm USA time
mariuba2
S2 licensed
ok when i pit the bonus stays where it was at same for when i spectate normaly when i spec or pit it reset to 0 ill some pic
DistanceSincePit bug
mariuba2
S2 licensed
hey guys i was coding my insim yesterday and when i finish and load the insim its working fine but when i start to test it my bonus is not going back to 0 when i spectate or pit and i loook every in C# and i didnt see anything wrong so pros!! i neeed ur help =)
mariuba2
S2 licensed
yh i dnt get tht either its kinda hard to me cause i was coding a botton then i forgot that i add to add somthing like that but any way im learning how to do tht =) if not then hope one of u pros help me out
mariuba2
S2 licensed
Quote from broken :

Stop with the cruisism childishness. Please? The person wants to find a programmer, I find nothing wrong with that. He wants to make his own cruise server. I find nothing wrong with that too. It's his own preference, and you have no word on what type of server anyone else, OTHER THAN YOU is going to host.

i agree 100% cause atm im starting my own cruise server too i cnt find any1 to code for me so i learned how to code and now im coding my own insim for Real Life Cruise



Quote from skywatcher122 :

Lol, look we got enough cruise servers! what is really special being a Cruise Server?
[TC], [LsC], [LTC], [CLC] and WS.C are good enough for competing

m8 you forgot Rlc =) don't worry ppl rlc is coming soon =))
FGED GREDG RDFGDR GSFDG