Heeeere's Johnny! – User

From Bohemia Interactive Community
Jump to navigation Jump to search
(added a quote I like)
m (Text replacement - "\[ *((ftp|http)s?:\/\/[^ ]+)([^{])=([^}])([^ ]+)" to "[$1$3{{=}}$4$5")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| style="float: right;"
{| style="float: right;"
|-
|-
|{{User de}}
|{{UserLanguage|de}}
|-
|-
|{{User en-4}}
|{{UserLanguage|en|4}}
|}
|}


'''Code of mine:'''<br />
'''Code of mine:'''<br>
[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://forums.bistudio.com?showtopic=179622 Units left area] - Handle units which left an area and are not in thisList<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>
[http://forums.bistudio.com/showthread.php?193194 fn_arrayValue.sqf] - get, set, add and remove array values by an ID string<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>




'''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)



Latest revision as of 18:27, 28 April 2023

This user is able to contribute with a native level of German.
This user is able to contribute with a near-native level of English.

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)