The online racing simulator
Searching in All forums
(592 results)
Heiko1
S3 licensed
hä?

how that he means that...?

only to detect an AI? and DONT spec it?
or what he/you mean?
Heiko1
S3 licensed
it still works

but what you mean from remote connection?
a dedi host cant add AI driver (not that i know)
Heiko1
S3 licensed
mh i dont understand much what you wrote xD

could you pn me that in german? that i can try to help you?
Heiko1
S3 licensed
here it is:

[COLOR=SeaGreen] // A player joins the race. If PLID already exists, then player leaves pit.[/COLOR]
[COLOR=Blue]private void[/COLOR] NPL_PlayerJoinsRace(Packets.IS_NPL NPL)
{
[COLOR=Blue] bool[/COLOR] LeavesPits = AddToPlayersList(NPL); [COLOR=SeaGreen]// Update Players[] list[/COLOR]
[COLOR=Blue]if [/COLOR](NPL.PType.Equals(6))
{
InSim.Send_MST_Message([COLOR=DarkOrange]"/spec "[/COLOR] + NPL.PName);
InSim.Send_MTC_MessageToConnection([COLOR=DarkOrange]"^3#^1 It isnt allowed to add AI drivers"[/COLOR], NPL.UCID, NPL.PLID);
}
[COLOR=SeaGreen] // Your code here[/COLOR]
}

Heiko1
S3 licensed
try it:

type in: www.lfs.net/blah
and it will come an errorpage

and now type in: www.lfs.net/download
and nothing will show up...
Heiko1
S3 licensed
might you dont unterstood me... mh

in patch Z17 it was : (as non Admin)
Vote (Yes)
Black: Connections (Conn.Num)
White: Phil Collins | Kick | Ban | SS | W |
White: Other name | Kick | Ban | SS | W |

Vote (No)
Black: Connections (Conn.Num)
White: Phil Collins | | SS | W |
White: Other name | | SS | W |

Now in patch Z18 it is: (as non Admin)

Vote (Yes)
Black: Connections (Conn.Num)
Black: Phil Collins | Kick | Ban | SS | W |
Black: Other name | Kick | Ban | SS | W |

Vote (No)
Black: Connections (Conn.Num)
Black: Phil Collins |the with is larger| SS | W |
Black: Other name |the with is larger| SS | W |

Okey Edit: with the button collor its now all ok but the with of the [Kick/Ban] button is larger as before when you do: /vote=no
in Z-Z17 and on Z18..
mh ..

Regards Heiko1
Last edited by Heiko1, .
lfs.net link [not a bug]
Heiko1
S3 licensed
hey guys,

ive played a bit with lfs.net links and
saw that: http://www.lfs.net/download/ is working but only shows me an empty side.

Regards Heiko1
Connection list bug
Heiko1
S3 licensed
Hey guys ive found a bug on an Z18 server:

it seems to be only on client users on server

With adminpassword: Left Pic

Without adminpassword: Right Pic
Last edited by Heiko1, .
Heiko1
S3 licensed
Ive noticed that to

1. press I to turn engine off
2. w8 if rpm is on ZERO
3. turn volume on 3/4 of maximum or more if you want
4. press full throtle
5. you can hear some wind or something else...

Its weird

Regards Heiko1
Heiko1
S3 licensed
yep xD
ok Z18 ^^

sry
Heiko1
S3 licensed
does now 0.6A or 0.5Z18 will be tommorow out?

sry for that dumb question xD

Regards Heiko1
Heiko1
S3 licensed
Hell yea was an nice thread..

but i realy need to agree with Arox123...
Ive heard so many times from other guys that Walter or '-TRR-' is an cheater team and got hacks or some other sh*t.. so -1 for the server.
Heiko1
S3 licensed
I think its easy to fix :P maybe just an boollean issue with the buttons
if it allways apear or not

and i think the turn light on button should just turn on tailights and just an little light in the front
that 'G' also have an function when Light is turned on.

Regards Heiko1
Last edited by Heiko1, .
Heiko1
S3 licensed
did someone noticed my bug and can reproduce it?

http://www.lfsforum.net/showthread.php?p=1276640#post1276640
Speedbutton disapears
Heiko1
S3 licensed
Hey,

ive found a litle bug ^^

if you exit the pits you see the arow and the speedlimit
all fine
but if you press now ESC it dissapears and arrow is still there
Heiko1
S3 licensed
No problem
its rly easy for me
Heiko1
S3 licensed
if (RES.ResultNum == 0)
{
InSim.Send_MST_Message("/msg " + RES.PName + " ^7won the race...");
Connections[GetConnIdx(Players[GetPlyIdx(RES.PLID)].UniqueID)].Points += 3;
}

Heiko1
S3 licensed
// Qualify or confirmed finish
private void RES_RaceOrQualifyingResult(Packets.IS_RES RES)
{
if (RES.ResultNum == 0)
{
InSim.Send_MST_Message("/msg " + RES.UName + " ^7won the race...");
}
if (RES.ResultNum == 1)
{
InSim.Send_MST_Message("/msg " + RES.UName + " ^7 came in second...");
}
if (RES.ResultNum == 2)
{
InSim.Send_MST_Message("/msg " + RES.UName + " ^7came in third...");
}
}
}

thats it
Heiko1
S3 licensed
ye this is anoying.. cuz when i sometimes race in banger servers or a couple time ago in CTRA it doesnt counted Laps
Heiko1
S3 licensed
PS: ur page is anyways avaiable and not hacked...

and i hope you know that u will delete my name as hacker cause i made NOTHING!!

Did u ever read the whole Forum Rules?
Heiko1
S3 licensed
Good work

but wth are u grapics doing?
Heiko1
S3 licensed
sad that these rims are only avaiable on Patch V
Heiko1
S3 licensed
Quote from Stefani24 :Everything that has core in its name is fail.

so computers are fail to? xD

Single-Core
Quad-Core ?

xD failed urself :P
Heiko1
S3 licensed
so it is if i understand it right and codet it right in C#:

//DFO = DistanceFromOfficer
int DFO = ((int)Math.Sqrt(Math.Pow(MCI.Info[i].X - ([COLOR=Red]X[/COLOR] * 196608), 2) + Math.Pow(MCI.Info[i].Y - ([COLOR=Red]Y[/COLOR] * 196608), 2)) / 65536);

//distance in meters
if (DFO <= 200)
{
foreach (clsPlayers ChaseIdx in Players)
{
Message(YouUsername+" is chasing "ChaseIdx.Username);
}
}
else
{
Message("No Playout found within 200meters");
}

Now ive got an problem to:
But how to find out the Players X-Y coordinates
Last edited by Heiko1, .
Heiko1
S3 licensed
Hey shaun long time not seen ^^
shaun post a pic :P

heiko just done it for nothing ok not for nothing for testing his limits and after ca. 8hours his driving skills are gone to 50% cuting corner driving on gras and others.. he never sit a so long time on computer and hes just 15 and its better for his/our healthy if we arent so long on computers.
Thats what i think from computer gaming.
FGED GREDG RDFGDR GSFDG