-
Content Count
15 -
Joined
-
Last visited
-
Medals
Community Reputation
12 GoodAbout superogira
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
superogira started following How to change or use custom font chat message?, Play Argo in 2022, Vcom AI V2.0 - AI Overhaul and and 7 others
-
My Server always online -connect=161.82.248.22 -port=2402
-
script snippet - downlad data from a laptop
superogira replied to t-800a's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I think this script should add animation for press button to download data from notebook. i add this script in downloadData.sqf line 100 _caller switchMove "AinvPercMstpSrasWrflDnon_Putdown_AmovPercMstpSrasWrflDnon"; -
[Release] Simple IED Script
superogira replied to phronk's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I use this for my Invade & Annex mission it work perfect make more fun in AO haha. Thank you. -
OCAP - Op Capture And Playback (AAR/Replay)
superogira replied to Gudsawn's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Can I use this script for stop record and repeat record? while {true} do { sleep 3600; [] call ocap_fnc_exportData; sleep 3600; [] spawn ocap_fnc_startCaptureLoop; }; -
OCAP - Op Capture And Playback (AAR/Replay)
superogira replied to Gudsawn's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Oh this's cool!!! I will try it. Thank you. -
[SPMC] Supremacy Framework v0.6.0 (September 2nd 2016) - Multiplayer Sandbox Framework.
superogira replied to SirMrE's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I cannot buy Armory Shop and Client get this message and in Server rpt. How fix? -
Script not work in dedicated server. Bu t work fine in arma 3 host server
superogira posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I use this script in multiplayer by host server in game it work fine. But when I use it run in dedicated server AI not move follow player. How to fix it? while {alive player} do { hostagesub doMove getpos player; sleep 1; if ((hostagesub distance hostageheli) < 15) exitWith { hostagesub moveInCargo hostageheli; hostageheli engineOn true; hostageheli doMove [15000,15000,300]; sleep 25; _helphostagesuccess = "Delivered hostage to helicopter. Hostage rescue success!"; hqSideChat = _helphostagesuccess; [hqSideChat] remoteExec ["AW_fnc_globalSideChat",0,false]; ["CompletedSub", "Hostage Rescue Success."] remoteExec ["AW_fnc_globalNotification",0,false]; hostagesuccess = true; publicVariable "hostagesuccess"; sleep 60; hostageheli setPos [8457.541,25096.2,0]; hostageheli setBehaviour "CARELESS"; hostageheli engineOn false; hostagesub setPos [8420.275,25100.605,0]; hostagesub setBehaviour "CARELESS"; { _x setMarkerPos [-10000,-10000,-10000]; } forEach ["hostageMarker","hostageCircle","hostagehelimarker"]; }; }; -
zeu_tkLog (Team kill log - Server side addon)
superogira replied to terox's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I like this!!! Thanks man.- 5 replies
-
- serverside
- teamkill
-
(and 1 more)
Tagged with:
-
How to change or use custom font chat message?
superogira posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
I create font for my language to use in game. But I don't know how to use font for chat message system. How to edit for use my font for chat message? -
TAC-COMBAT SUPPORT SYSTEM + NEW VEHICLE RESPAWN SCRIPT!
superogira replied to cyborg111's topic in ARMA 3 - MULTIPLAYER
Thank you very much. -
Ok It work. Thank you.
-
I can't find class name of TS-30A2. What's class name of it.
-
TAC-COMBAT SUPPORT SYSTEM + NEW VEHICLE RESPAWN SCRIPT!
superogira replied to cyborg111's topic in ARMA 3 - MULTIPLAYER
I think should add some config about who or unit name can use. Because I use this in my mission it has many Squad Leader and them scramble to use. ; w ; -
TAC-COMBAT SUPPORT SYSTEM + NEW VEHICLE RESPAWN SCRIPT!
superogira replied to cyborg111's topic in ARMA 3 - MULTIPLAYER
How or can set delay time for use Arty? -
[SCRIPT]Basic killticker
superogira replied to Tuliq's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Me too. When player killed spawned AI it not show message. But when AI killed player or player kill yourself it show. How to fix?