Heeeere's Johnny! – User

From Bohemia Interactive Community
Jump to navigation Jump to search
(added a quote I like)
(added "fn_findLast.sqf")
Line 9: Line 9:
[http://forums.bistudio.com/showthread.php?193724 Automated Doors] - doors open and close automatically if a player is close<br />
[http://forums.bistudio.com/showthread.php?193724 Automated Doors] - doors open and close automatically if a player is close<br />
[https://forums.bistudio.com?showtopic=183983&p=2901561 fn_transformArray.sqf] - transform any array from e.g. [[1,2,3], [1,2,3], [1,2,3]] to [[1,1,1], [2,2,2], [3,3,3]]<br />
[https://forums.bistudio.com?showtopic=183983&p=2901561 fn_transformArray.sqf] - transform any array from e.g. [[1,2,3], [1,2,3], [1,2,3]] to [[1,1,1], [2,2,2], [3,3,3]]<br />
[https://spideroak.com/browse/share/see/sqf/sqf/fn_findLast/ fn_findLast.sqf] - finds the last occurance of an element in a string or array<br />
[https://forums.bistudio.com?showtopic=179622 Units left area] - Handle units which left an area and are not in thisList<br />
[https://forums.bistudio.com?showtopic=179622 Units left area] - Handle units which left an area and are not in thisList<br />
[http://forums.bistudio.com/showthread.php?193194 fn_arrayValue.sqf] - get, set, add and remove array values by an ID string<br />
[http://forums.bistudio.com/showthread.php?193194 fn_arrayValue.sqf] - get, set, add and remove array values by an ID string<br />

Revision as of 23:41, 19 August 2015

Template:User de
Template:User en-4

Code of mine:
Automated Doors - doors open and close automatically if a player is close
fn_transformArray.sqf - transform any array from e.g. [[1,2,3], [1,2,3], [1,2,3]] to [[1,1,1], [2,2,2], [3,3,3]]
fn_findLast.sqf - finds the last occurance of an element in a string or array
Units left area - Handle units which left an area and are not in thisList
fn_arrayValue.sqf - get, set, add and remove array values by an ID string


Wisdom:
"Those who make peaceful revolution impossible will make violent revolution inevitable." (John F. Kennedy, 13 March 1962)

"Judge a man by his actions rather than by his words; because many act badly and speak blendedly." (Matthew Claudius, poet)

"He who lives in a glass house should poop in the basement." (just one I like)