ItsMods

Full Version: GSC Reading Files?!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, i'm trying to make something on the mw2, but i need to store some data for other matches too!
I don't even know... what you're asking about.
(07-20-2013, 02:59)DidUknowiPwn Wrote: [ -> ]I don't even know... what you're asking about.

I want to save data on a text file example for Top Players!
(07-20-2013, 04:02)DidUknowiPwn Wrote: [ -> ]http://openwarfaremod.com/cod4script/
Look at "File" section.

Those don't work afaik
(07-20-2013, 09:22)Pozzuh Wrote: [ -> ]
(07-20-2013, 04:02)DidUknowiPwn Wrote: [ -> ]http://openwarfaremod.com/cod4script/
Look at "File" section.

Those don't work afaik

Not even in developer mode? I have never tried them
(07-20-2013, 09:22)Pozzuh Wrote: [ -> ]
(07-20-2013, 04:02)DidUknowiPwn Wrote: [ -> ]http://openwarfaremod.com/cod4script/
Look at "File" section.

Those don't work afaik

NTAuthority enabled them in IW4M. Though, I can't remember if you had to launch the game with a specific parameter or not.
So u know where to get the information u want, and only now need to write to a txt file?
If so, u can use this c#

Using System.IO;

File.WriteAllText(@"myazz.txt",content);

Thinking u use an addon like that in mw3. Cause i dont know much about mw2
Sent from my E16i using Tapatalk 2
(07-20-2013, 16:26)Rendflex Wrote: [ -> ]
(07-20-2013, 09:22)Pozzuh Wrote: [ -> ]
(07-20-2013, 04:02)DidUknowiPwn Wrote: [ -> ]http://openwarfaremod.com/cod4script/
Look at "File" section.

Those don't work afaik

NTAuthority enabled them in IW4M. Though, I can't remember if you had to launch the game with a specific parameter or not.

Probably developer_script 1?
(07-20-2013, 20:35)Pozzuh Wrote: [ -> ]
(07-20-2013, 16:26)Rendflex Wrote: [ -> ]
(07-20-2013, 09:22)Pozzuh Wrote: [ -> ]
(07-20-2013, 04:02)DidUknowiPwn Wrote: [ -> ]http://openwarfaremod.com/cod4script/
Look at "File" section.

Those don't work afaik

NTAuthority enabled them in IW4M. Though, I can't remember if you had to launch the game with a specific parameter or not.

Probably developer_script 1?

http://svn.fourdeltaone.net/wsvn/IW4M/cl...Script.cpp
Pages: 1 2