Heeeere's Johnny! – User
(added "fn_findLast.sqf") |
Lou Montana (talk | contribs) m (Text replacement - "<br />" to "<br>") |
||
Line 6: | Line 6: | ||
|} | |} | ||
'''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://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://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> | ||
'''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) | ||
Revision as of 12:47, 19 March 2020
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)