The online racing simulator
I need a balloon for cruise server
hi i have a cruise insim downloaded of forums and it is working fine but 1 thing i dont have a km counter + my cars money and such are displayed at top of screen if someone could help me get cash and km in a balloon in the bottom left of my screen that would be great.


sorry for full stops or anything im not good at english. lol

btw thanks in advance for any help anyone can give me
hm......
Watch this......
you must edit the Red marked line......

Flags.ButtonStyles.ISB_C2, [COLOR=Red]5, 15, 0, 115, 110,[/COLOR] (Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].UniqueID), 2, false);

5 = [ Big or smaler ]
15 = Position [ wide ]
0 = Position [ Higher or lower ]
115 = Position [ Left or Right ]
110 = Button [ id ]

I hope this helps you......

just try it.....

Regards....

Seidel
editing these marks didnt work i dont know why must be something stoping it i need to know to reach my goal of a good cruise insim for everyone to enjoy thanks for the help
also these number dont show up read in my code other things do but not these numbers
#5 - Silox
Quote from shane2k7 :also these number dont show up read in my code other things do but not these numbers

Then show us your part of the code.
heres the code

if (Ply.Payout > 4)
{
Connections[GetConnIdx(Ply.UniqueID)].Cash += 2;
Ply.Payout = 0;
}
}
}

private void CheckUser_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
{
foreach (clsConnection C in Connections)
{
if (Stage == 1)
{
InSim.Send_BTN_CreateButton("^7" + Website, Flags.ButtonStyles.ISB_DARK, 2, 7, 3, 45, 3, C.UniqueID, 2, false);
}
else
{
string Time = Convert.ToString(System.DateTime.Now.TimeOfDay.Hours).PadLeft(2, '0') + ":" + Convert.ToString(System.DateTime.Now.TimeOfDay.Minutes).PadLeft(2, '0');
InSim.Send_BTN_CreateButton("^7" + Time, Flags.ButtonStyles.ISB_DARK, 2, 7, 3, 45, 3, C.UniqueID, 2, false);
}
string TempCars1 = "^1UF1 ^1XFG ^1XRG ^1LX4 ^1LX6 ^1RB4 ^1FXO ^1XRT ^1RAC ^1FZ5";
string TempCars2 = "^1UFR ^1XFR ^1FXR ^1XRR ^1FZR ^1MRT ^1FBM ^1FOX ^1FO8 ^1BF1";
if (C.Cars.Contains("UF1"))
{
TempCars1 = TempCars1.Replace("^1UF1", "^2UF1");
}
if (C.Cars.Contains("XFG"))
{
TempCars1 = TempCars1.Replace("^1XFG", "^2XFG");
}
if (C.Cars.Contains("XRG"))
{
TempCars1 = TempCars1.Replace("^1XRG", "^2XRG");
#7 - amp88
Quote from shane2k7 :InSim.Send_BTN_CreateButton("^7" + Time, Flags.ButtonStyles.ISB_DARK, 2, 7, 3, 45, 3, C.UniqueID, 2, false);

Also, when posting code use code tags (use the # button in the editor or type {code} {/code} around your code (replace the braces with square brackets: { to [ and } to ] )).
code


case 203:
Connections[GetConnIdx(BTC.UCID)].BuyingGoods += 10;
InSim.Send_BTN_CreateButton("^2" + Connections[GetConnIdx(BTC.UCID)].BuyingGoods, Flags.ButtonStyles.ISB_C1 | Flags.ButtonStyles.ISB_DARK, 7, 5, 50, 105, 202, BTC.UCID, 40, false);
InSim.Send_BTN_CreateButton("^7Cost: ^1€" + (Connections[GetConnIdx(BTC.UCID)].BuyingGoods * 200), Flags.ButtonStyles.ISB_LEFT | Flags.ButtonStyles.ISB_DARK, 7, 14, 60, 90, 205, BTC.UCID, 40, false);
break;


FGED GREDG RDFGDR GSFDG