(MOVE IF IN WRONG SECTION)
Hi,
I have recently wanted to make a Cruise Insim with a LsGO base. Then i encounterd a problem. For example :
As you can see the id is 132. In the LsGO InSim when i type this :
300 Or above it gives me a error :
and what im trying to figure out is how to get the ID higher then 300, i couldent find a way to do this so that's why i am asking help on the forums. Thanks!
Yoran
Hi,
I have recently wanted to make a Cruise Insim with a LsGO base. Then i encounterd a problem. For example :
InSim.Send_BTN_CreateButton("^7Welcome to ^5Kinder^7Garten", Flags.ButtonStyles.ISB_LIGHT, 7, 98, 51, 51, 132, Conn.UniqueID, 2, false);
As you can see the id is 132. In the LsGO InSim when i type this :
InSim.Send_BTN_CreateButton("^7Welcome to ^5Kinder^7Garten", Flags.ButtonStyles.ISB_LIGHT, 7, 98, 51, 51, 300, Conn.UniqueID, 2, false);
300 Or above it gives me a error :
The best overloaded method match for 'LFS_External.InSim.InSimInterface.Send_BTN_CreateButton(string, LFS_External.InSim.Flags.ButtonStyles, byte, byte, byte, byte, byte, byte, byte, bool)' has some invalid arguments
Argument 7: cannot convert from 'int' to 'byte'
and what im trying to figure out is how to get the ID higher then 300, i couldent find a way to do this so that's why i am asking help on the forums. Thanks!
Yoran