The online racing simulator
Searching in All forums
(24 results)
kalvin93
S3 licensed
Your Name: Michal Popielnicki
Your LFS Username: kalvin93
Team Name: Synowie Toru
Driver Number: 34
Car Selection: FXR
Nation: Poland
kalvin93
S3 licensed
Marcel is a owner.
kalvin93
S3 licensed
Quote from mariuba2 :hahah lolz you ppl funny Lc fail i would say but no offense its 2010 going to 2011 we need cruise servers with alot of button and style etc.

Yee and you are PRO Programmer and you all know. idiot.
kalvin93
S3 licensed
skywatcher122 Join date: Jan. 2010

2 years ago was really Liberty Cruise and now? Povo with his insim.
kalvin93
S3 licensed
Quote from PoVo :Every LC was bad, because it failed.

You failed with your LsC insim
And leave LC alone, this is the best cruise system.
kalvin93
S3 licensed
Exactly.
[Lc] Liberty Cruise
kalvin93
S3 licensed
I would like to invite all players who like to cruise play on the new server [Lc] Liberty Cruise
Marco Insim doing who knows his stuff. This is not some fake shit which was already very much. Insim is modeled on the old LC, that first captured by Xerxes.
Feel.

sry, for my bad english.
kalvin93
S3 licensed
anyone can help?
kalvin93
S3 licensed
Quote from PoVo :Yes change the 2 to 0

Also this part, makes no sense at all.
InSim.Send_MST_Message("/spec ^6>^7 " + Connections[GetConnIdx(MSO.UCID)].Username + " can't now be a Member");


Povo can you help me with this?
I'm wrote on skype yet.
!lock / unlock commands.
kalvin93
S3 licensed
Hi!
I'm trying make a lock / unlock commands Officer / Member / Cadet.

case "!lockmember":
if (Connections[GetConnIdx(MSO.UCID)].Username == "username")
{
//int Username = int.Parse(StrMsg[1]);


foreach (clsConnection i in Connections)
{
if (i.Username == StrMsg[1])
{
if (i.Stat == 10 || i.Stat == 11 || i.Stat == 13 || i.Stat == 12)
{
i.Stat = 12;
InSim.Send_MST_Message("/msg ^6>^7 " + i.PlayerName + " can't now be a Member");
}
else
{
i.Stat = 2;
InSim.Send_MST_Message("/msg ^6>^7 " + i.PlayerName + " can't now be a Member");
InSim.Send_MST_Message("/spec ^6>^7 " + Connections[GetConnIdx(MSO.UCID)].Username + " can't now be a Member");
}
}

}




}

break;

Whats wrong?

i.Stat = 12;
InSim.Send_MST_Message("/msg ^6>^7 " + i.PlayerName + " can't now be a Member");
}
else
{
i.Stat = 2;

Here 0 or?
kalvin93
S3 licensed
:/ I don't understand this :/
Plz help.
kalvin93
S3 licensed
i'm maked that. But. Thanks
Ticket help. Reconnect...
kalvin93
S3 licensed
Hi all!
I have a problem with a ticket:

case "!ticket":
if (Connections[GetConnIdx(MSO.UCID)].InLotto == 1 && Environment.TickCount - Connections[GetConnIdx(MSO.UCID)].LastLotto > 1296000) //3 hours
{
Connections[GetConnIdx(MSO.UCID)].Cash -= 50;
int prize = new Random().Next(0, 2000);
Connections[GetConnIdx(MSO.UCID)].Prize += prize;
Connections[GetConnIdx(MSO.UCID)].Cash += Connections[GetConnIdx(MSO.UCID)].Prize;
InSim.Send_MTC_MessageToConnection("^5>^7You have received ^2€" + Connections[GetConnIdx(MSO.UCID)].Prize + " ^7from Lotto", MSO.UCID, 0);
Connections[GetConnIdx(MSO.UCID)].LastLotto = Environment.TickCount;
}
else if (Environment.TickCount - Connections[GetConnIdx(MSO.UCID)].LastLotto < 1296000)
{
InSim.Send_MTC_MessageToConnection("^6>You have to wait ^73 ^6hours to buy another one!", MSO.UCID, 0);
Connections[GetConnIdx(MSO.UCID)].InLotto = 1;
}
else
{
Connections[GetConnIdx(MSO.UCID)].InLotto = 0;
}
Connections[GetConnIdx(MSO.UCID)].Lotto = 0;
Connections[GetConnIdx(MSO.UCID)].LastLotto = Environment.TickCount;
break;

All is ok, but when I'm Disconnect and Connect I can buy ticket :/
I want to make a 3 hours, with a disconnect and connect work.
Sry for my bad english.
kalvin93
S3 licensed
Quote from dougie-lampkin :
// Health Timer
private void HCount_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
{
foreach (clsPlayer Ply in Players)
{
Connections[GetConnIdx(Ply.UniqueID)].Health -= 2;
}
}

Should only work for players on track now

Thanks man that all work. Thank You.
kalvin93
S3 licensed
Sorry. I know, my english is very bad.

My cruise insim Take down a energy (health) from spectactors. And than health is on -.
I'm left for the night on spectacte and morning i have - 1780 energy (health)
Now you understand?
kalvin93
S3 licensed
anyone can help me?
The Helath take down spectactors. :/
kalvin93
S3 licensed
Hello.
The health on my cruise button take down a health spectactors... how to make only for a players not spectactors...
Codes:
Form1.cs:
// Health Timer
private void HCount_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
{
try
{
foreach (clsConnection Ply in Connections)

{
Ply.Health -= 2;
}
}
catch { }
}

clsConnections.cs:
public int Health
{
get { return _health; }
set { _health = value; }
}

Last edited by kalvin93, .
kalvin93
S3 licensed
Quote from misiek08 :Can you give us this part of code?

Możemy pogadać na gg?
Napisz plz. 9745728
kalvin93
S3 licensed
Quote from misiek08 :You must find code which is adding Energy and then make it *0.9 or *1.1. You must try.

This not work :/
Cruise Insim "Lc" Help.
kalvin93
S3 licensed
Hello mate's.
sorry for my bad english.
I'm need help for edit a this insim.
I want make to Energy (health) speedy lower.
And bonus distance slowly go up.

Plz Help me mate's.

[email protected] - my msn if you want with me talk. Please.
kalvin93
S3 licensed
Quote from Boekanier :oka
here the link.
http://rapidshare.com/files/304939810/garage1_5.rar.html

This is a garage scene.

This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times.
This limit is reached.
To download this file, the uploader either needs to transfer this file into his/her Collector's Account, or upload the file again. The file can later be moved to a Collector's Account. The uploader just needs to click the delete link of the file to get further information.




I can't download
Please re-upload to megaupload or etc.
Thanks
Last edited by kalvin93, .
kalvin93
S3 licensed
I'm found one bug on FE Gold Rev.
Z17

http://img377.imageshack.us/img377/4712/bugx.jpg
Last edited by Scawen, . Reason : removed IMG tags
kalvin93
S3 licensed
Max Performance Team - www.MaxPerformance.org
Max Performance Team.
kalvin93
S3 licensed
Hello!

Team has been founded by two players Live For Speed: kalvin93 and PLNY_TexTylia.

Our speciality is Drift.

Team exists on S2 License and DEMO.
We own personal servers:
- MaxPerformance TEAM #1 - Status

More than welcome

www.MaxPerformance.org

**(Coming soon the english version of the site)
_______

Sorry For My Bad English...
Last edited by kalvin93, .
FGED GREDG RDFGDR GSFDG