Jump to content

KOR_Taru

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About KOR_Taru

  • Rank
    Rookie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. it's ok, i'll find to fix this problem at soon, thanks to answer my questions hehe
  2. So I modified the code a little bit, and the next error is printed, but there seems to be no mistake, but the error is printed. Can you tell me where I'm wrong? [] spawn { waitUntil{ if (typeof player !="B_engineer_F") then { [format ["<t size = '.6' color='#ff3030'>%1은(는) 사용할 수 없습니다.</t>", getText (configFile >> "CfgMagazines" >> _x >> "displayName")], 0, 1, 1] spawn BIS_fnc_dynamicText; player removeMagazines _x; } forEach ([[], magazines player arrayIntersect removemagazinexiplosives], nil, (),select ARSENAL); }; false }; error : 18:41:38 Error position: <, nil, (),select ARSENAL); }; false }; > 18:41:38 Error ) is missing. 18:41:38 File C:\Users\1234\Documents\Arma 3 - Other Profiles\Taru\mpmissions\RSF_DEVELOP3.Altis\initPlayerLocal.sqf..., line 424 any have idea fix this problem?
  3. yes, as you said, there are some errors. There's been more errors due to the backlog of the code, and I think need to solve this again. I see 2 options errors, maybe need to edit this part again 5:22:34 Error in expression <etText (configFile >> "CfgMagazines" >> _x >> "displayName")], 0, 1, 1] spawn BI> 5:22:34 Error position: <_x >> "displayName")], 0, 1, 1] spawn BI> 5:22:34 Error expression has an undefined variable (_x). 5:22:34 File C:\Users\1234\Documents\Arma 3 - Other Profiles\Taru\mpmissions\RSF_DEVELOP3.Altis\initPlayerLocal.sqf..., line 422 5:22:34 Error in expression <namicText; player removeMagazines _x; } forEach ([[], magazines player arrayInte> 5:22:34 Error position: <forEach ([[], magazines player arrayInte> 5:22:34 Error foreach: None type was used. (Request: code) 5:22:34 File C:\Users\1234\Documents\Arma 3 - Other Profiles\Taru\mpmissions\RSF_DEVELOP3.Altis\initPlayerLocal.sqf..., line 424
  4. Hi I have a problem fixing the code, so I ask for help like this. In Arsenal, I modified the code so that only engineers can bring explosives, but the error continues to be printed if am i wrong language was used. any ideas? [] spawn { waitUntil{ if (("B_engineer_F") = false) exitwith { [format ["<t size = '.6' color='#ff3030'>%1은(는) 사용할 수 없습니다.</t>", getText (configFile >> "CfgMagazines" >> _x >> "displayName")], 0, 1, 1] spawn BIS_fnc_dynamicText; player removeMagazines _x; } forEach ([[], magazines player arrayIntersect removemagazinexiplosives] select ARSENAL); }; false }; korean mean : %1can't use this error list : if ("B_engineer_F" = false) then [format ["<t size = '.6' c> 22:00:12 Error position: <= false) then [format ["<t size = '.6' c> 22:00:12 Error ) is missing 22:00:12 File C:\Users\1234\Documents\Arma 3 - Other Profiles\Taru\mpmissions\RSF_DEVELOP3.Altis\initPlayerLocal.sqf..., line 422 (english translated, sry)
  5. Hello, i need to help infistart setting with code #restartHello, I need for help with the Infistar setting and #restart code, which I opened in the beginning of the server without any problems, but when I type in the #restart(#reassign) code, I get this error, and I've asked several forums for help, but most of the time I haven't found the answer we want. please help me
×