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.


Messages - eagle

Pages: [1]
1
Support / Re: Can't Connect.
« on: March 17, 2014, 06:07:03 pm »
Still can't connect.

2
Support / Can't Connect.
« on: March 17, 2014, 07:12:33 am »
elo there.
I just having a problem with my VCMP.

when i try to connect with any server it stops at connecting ip.*.

I tried re-installing gta vc and also re-installed windows as well..
Single player of GTA VC Works fine. But dk why i can't connect to it's MP.

3
0.4 Public Beta #3 / Re: VC:MP 0.4 Public Beta #3
« on: January 26, 2014, 04:01:32 pm »
got an error while opening browser O.o
"the procedure entry point FlsGetValue could not be located in the dynamic link library KERNEL32.dll"

4
Support / Script prob.
« on: November 07, 2013, 05:19:28 pm »
i have the 'fbs script' by [Ka]Force.
when i open the VC:MPServer.Exe, it just loads the one script.
FBS.Nut.
while i have many scripts like FBS-accounts,fbs-functions,e.t.c
and i also wrote that on the fbs.nut


/*
   Force's Beginner Scripts v1
   Squirrel Version (VCMP/VU)
*/

const ScriptName = "Force's Beginner Scripts";
const Creator = "Force";

function onScriptLoad()
{
 
   // Give some information about the script
   print( "[Loaded] " + ScriptName );
   print( "Created By: " + Creator );
   
   // We are also going to load the script file which holds most of the custom script functions
   dofile( "FBS-Functions.nut" );
   dofile("FBS-Accounts.nut");
      dofile("FBS-Commands.nut");
      dofile("FBS-SysCmds.nut");
      dofile("FBS-GoToLoc.nut");
   
   LoadScripts();




it does not load fbs-accounts.nut,fbs-commands.nut,fbs-syscmds.nut and fbs-functions.nut.
but it just loads the FBS.Nut.

it is giving me this error.



so wat to do?
any idea please.

Pages: [1]