Vice City: Multiplayer

VC:MP Discussion => Support => Bugs and Crashes => Topic started by: FireOctober on Feb 17, 2019, 06:38 AM

Title: BUG!! Client-Side Script didn't have Blob library and The file class
Post by: FireOctober on Feb 17, 2019, 06:38 AM
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\)
Title: Re: BUG!! Client-Side Script didn't have Blob library and The file class
Post by: FireOctober on Feb 17, 2019, 06:50 AM
I made a mistake Blob library is exis but there is no file class in client-side Input/Output library
Title: Re: BUG!! Client-Side Script didn't have Blob library and The file class
Post by: EK.IceFlake on Feb 17, 2019, 02:20 PM
It's not a bug. IO functions are removed for security purposes.