leiizko

Results 3 comments of leiizko

Any error from using script commands will only get outputted to invokers console. You can use cvar "logrcon 1" to output it to server log instead while testing.

* gsc code to write csv files: This can be easily done using filesystem functions - [example](https://github.com/leiizko/cod4_new_experience/blob/master/code/file.gsx#L5-L20) - Simply save waypoints to array, each array element having one waypoint. Each...

I believe this pretty much solves the issue. [https://github.com/leiizko/cod4x_lua_plugin/tree/master/LuaScripts/Rotu-R](https://github.com/leiizko/cod4x_lua_plugin/tree/master/LuaScripts/Rotu-R) And as it is written in Lua it can be very easily modified to fit any mod, without much coding knowledge.