Hi,
I have added a new Bank Cash system but when i started to script i got alot of errors. Finally i have found the solution to what was cousing the errors. I dident add something in clsConnection.cs witch was this:
After i entered this i got no errors. But when compiling i get this error when launching the InSim:
Anyhelp? Thanks
I have added a new Bank Cash system but when i started to script i got alot of errors. Finally i have found the solution to what was cousing the errors. I dident add something in clsConnection.cs witch was this:
public long Cash
{
get { return _cash; }
set { _cash = value; }
}
After i entered this i got no errors. But when compiling i get this error when launching the InSim:
NCN - Index and length must refer to a location within the string. Parameter name : length
Anyhelp? Thanks