Continuing on from my previous post, I have been building more tutorials and after finishing a simple eyes tutorial for JavaScript, I ended up keep working on it to build a small re-usable reactive ey...
Recently I have been helping my wife teach her students web design and development, so I plan to begin making and writing some very simple tutorials and demonstrations. Since I am making these I thou...
Just a quick post today, a function to help my friend Rick out, thought I might as-well post it for others to use. PX_fnc_dropEventSmoke = { _this spawn { params ["_side", "_pos", "_height"]; ...
Today I've put together a couple of functions that will help going forward with vehicle persistence. The idea is you call a function to return a vehicle state, this includes the class, position, dire...
Back again with another function that is useful, string replacement! This one is quite obvious, you want to replace some substrings of a string with your replacement.... but how would you do that in ...
Creating dialogs for Arma 3 can be a serious pain in the a** and even worse when something does not work or is missing. A good example is ListNBox, adding tooltips to a multi column listbox means you ...
Today, I was wanting to add a nicely formatted currency to a mod I am working on and ran into a problem..... (Arma SQF has almost no decent inbuilt handling of large numbers and has many precision pro...
I finally got around to correcting some of the 64-bit code and some basic testing for my ArmaDB plugin for Arma 3 (see previous beta release here) ArmaDB is a plugin and interface to use mysql/mari...