Menu

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.

Show posts Menu

Topics - FireOctober

#1
I write down
 local myfile = file("tt.txt","ab+");
 
in both server-side script and Client-Side Script , and in server-side will create a file called "tt.txt",but client will not
(the client files folder is 
C:\Users\Administrator\AppData\Roaming\VCMP\04beta\store\YOUIP-Port\)
#2
I put main.nut and test.nut in store\script follor and writed

function Script::ScriptLoad()
{
dofile("test.nut");
}

but test.nut didn't working in game.
so I think it is a BUG.