Heeeere's Johnny! – User

From Bohemia Interactive Community
Jump to navigation Jump to search
m (swapped script positions)
(added a quote I like)
Line 11: Line 11:
[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 />


'''Wisdom:'''<br />
'''Wisdom:'''<br />
''"Those who make peaceful revolution impossible will make violent revolution inevitable."'' (John F. Kennedy, 13 March 1962)
''"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."'' (Matthias Claudius, poet)
''"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)

Revision as of 07:42, 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]]
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)