type TPacket = record Time: longint; // time in milliseconds (to check order) Car: array[0..3] of char; // Car name Flags: word; // OG_FLAGS Gear: byte; // Reverse:0, Neutral:1, First:2... SpareB: byte; Speed: single; // M/S RPM: single; // RPM Turbo: single; // BAR EngTemp: single; // C Fuel: single; // 0 to 1 OilPress: single; // BAR Spare1: single; Spare2: single; Spare3: single; Throttle: single; // 0 to 1 Brake: single; // 0 to 1 Clutch: single; // 0 to 1 Display1: array[0..15] of char; // Usually Fuel Display2: array[0..15] of char; // Usually Settings // ID: integer; // optional - only if GameID is specified end;
procedure TForm1.Timer1Timer(Sender: TObject); begin if checkbox1.Checked = true then begin StrCopy(s, 'rev.wav'); sndPlaySound(s, 1); checkbox1.Checked:=false; end; end;
end.
Last edited by Bob Smith, .
Reason : changed quote tags to code tags
Hi!
I have my question....
I have 2. steering wheel
1. Wheel: have gearbox and handbrake but wheel is horrible
2. Wheel: (momo) have greate wheel but no handbreak and gearbox , and i need to use 1. wheel pedals to clutch, how can i make 2 wheel to 1 wheel, without hammer and another stuffs , only with software?
how to work?
HOME = ACTIVE | END = DEACTIVE
first is a program pressing 8 9 0 buttons!!!
if this on you CANT write in chat or you write 8 9 0
start winamp
control + k --> start discolitez
option open rig , open rig style 1 , or style2
i made 2...
okey start my program
and start one song go to lfs and press home
and to stop press home button
i made it in delphi , if you need it tell me in pm!