Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

killzone_kid

Member
  • Content Count

    3974
  • Joined

  • Last visited

  • Medals

Everything posted by killzone_kid

  1. killzone_kid

    Scripted Text

    This is pretty nonsensical. You either count ARRAY - simply count array or CODE count ARRAY - count array with condition The given expression is neither. The interpreter thinks it might be the former so it tells you it should be CODE
  2. No, just no. Never global remote exec from init field
  3. killzone_kid

    DisableAI Bug in Dedicated server

    No such mission config param. There is however disabledAI https://community.bistudio.com/wiki/Description.ext#disabledAI
  4. killzone_kid

    Return value from function

    No such error, maybe expected group? Then yes, [""] is not a group, it is array, if you need default group type use grpNull
  5. killzone_kid

    displaying successive hints

    Rather than trying to hack IGUI why not write custom hint
  6. killzone_kid

    _ctrl lbSetCurSel -1

    yeah no, added note here https://community.bistudio.com/wiki/lbSetCurSel
  7. killzone_kid

    _ctrl lbSetCurSel -1

    Which syntax of lbSetCurSel are you using?
  8. killzone_kid

    Desync

    no. what video, vanilla or custom?
  9. killzone_kid

    Desync

    Thank you, this was very insightful
  10. killzone_kid

    I need help with my arry.

    This makes no sense
  11. killzone_kid

    I need help with my arry.

    And what is wrong with using lbData like OP did?
  12. killzone_kid

    I need help with my arry.

    This code is incomplete, so it won’t work as is
  13. You need to drop leading slash in the path for cSO to work. Actually something worth improving in the command
  14. also it should look like this: "[""1231243"",""1433424"",""22324323""]"
  15. This is not a valid sqf, the pages you need to look at: https://community.bistudio.com/wiki/if https://community.bistudio.com/wiki/then https://community.bistudio.com/wiki/a_%3D%3D_b
  16. killzone_kid

    Who killed me when I die?

    Sure, you can script it if you know how
  17. killzone_kid

    JBOY BBQ

    you are sick!
  18. Sounds about right. Try to invest maybe?
  19. killzone_kid

    ANZINS Terrain

    What script? FOV is now a command, I’ll take credit for that
  20. You want to translate original position in the direction of the direction vector. Direction vector is unit vector means its length is 1 so you need to multiply it first to get desired length then add to your origin position which will give you your target position
  21. You are assigning to the same variable repeatedly in the loop which is your forEach loop, how is this out of context exactly?
  22. This has nothing to do with privacy of the variable. You assign to any variable, the previous value it had gets replaced, so the value of the variable IS THE LAST VALUE YOU ASSIGNED TO IT
  23. Am I sure if you assign to the same variable different values that the variable will contain only the last assigned value? Yeah, I am pretty damn sure
×