May 03, 2024, 03:56:27 am

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Armadyl

Pages: [1]
1
Scripting Support / Can someone please help me?
« on: July 31, 2012, 12:29:31 pm »
Well, I'm scripting a server with someone (FBS based) and everytime I try to run the server I get this error:



I tried it on a Windows XP Service Pack 2 , Windows Vista Service Pack 1 & a Windows 7 Ultimate 64-bit . Always same screen.

Line 31 is:
Quote
   print( "Cars System loaded" );
   //Connect the DataBase.
   db <- ConnectSQL( "DataBase.db" );
   print( "Connected SQL Database." );
   // Load Modules
   LoadModule( "sq_hashing" );
   LoadModule( "sq_ini" );
   LoadModule( "sq_lite" );
   dofile( "Main.nut" ); //Cars

He sent me this VCMP Server.exe and told me it's working, but it's infected with W32/Sality.gen ...............

Thanks in advance

Pages: [1]