-
Content Count
36 -
Joined
-
Last visited
-
Medals
Everything posted by mackenzieexd
-
So ive pbo'd some addons and signed them with keys now its throwing an error saying Wrong signature for file, any ideas?
-
large [SP/MP][COOP] Patrol Operations - Official Thread
mackenzieexd replied to roy86's topic in ARMA 3 - USER MISSIONS
7 -- hell no just make them respawn... realistically your only going to have 30-40 people as most people these days are going with cheap servers so thats taking players out of other rolls and could be getting stuck into the action and fighting in towns 8 -- CSAR personally tried this back in the day of 3.0 and when my community put together a unofficial 4.0 we found for the fast pace of the missions and the number of players you have its hard to get CSAR when your fighting off in a town for an hour before you clear it out for CSAR to land. -
can anyone give me some code for a PlayerID based whitelist? Thanks!
-
Wrong signature for file
mackenzieexd replied to mackenzieexd's topic in ARMA 3 - SERVERS & ADMINISTRATION
thats the thing, the server has the .bikey in the keys folder, everything i do on my local host im then uploading to the server so everything should work and match up. the key cant be faulty because its only throwing this error for one pbo -
if your wanting to host arma 3 I'd always recommend windows cause arma 3 will emulate it lowering performance!
-
large [SP/MP][COOP] Patrol Operations - Official Thread
mackenzieexd replied to roy86's topic in ARMA 3 - USER MISSIONS
bro 'children' ? really? -
large [SP/MP][COOP] Patrol Operations - Official Thread
mackenzieexd replied to roy86's topic in ARMA 3 - USER MISSIONS
waiting for PO4 like -
Talon's TFAR Radio Backpack Additions
mackenzieexd replied to Tablesalt's topic in ARMA 3 - ADDONS & MODS: COMPLETE
niceee :P dude if you could check your pm's that would be ace! -
thanks dude, works like a treat!
-
i want to add this classname "H75th_Camelbak_Mule_RngrGrn" with the functionality to be opened as a long range radio preferably the 'tf_rt1523g_big' Anyone know how its done? -_-
-
Arma 3 Photography - Pictures only NO comments! And List your Addons Used!
mackenzieexd replied to Placebo's topic in ARMA 3 - GENERAL
-
large [SP/MP][COOP] Patrol Operations - Official Thread
mackenzieexd replied to roy86's topic in ARMA 3 - USER MISSIONS
a little script for everyone still using PO3, we found it a bitch to only allow people logged in as admin to access the features like skipping missions and what not so heres a some edits to make it so you can add UID's to a list and allow trusted members to access these admin features! fn_isAdministrator.sqf private["_return"]; // old scripts checking if player was logged in as admin //_return = if(serverCommandAvailable "#kick" || !isMultiplayer) then { true }else{ false }; //new script checking if uid is on AdminUIDList _return = if ( ((getPlayerUID player) in AdminUIDList) ) then { true } else { false }; _return; first lines of init.sqf //other random BS ["INIT",format["Executing %1 init.sqf",missionName],true] call PO3_fnc_log; AdminUIDList = [ "_SP_PLAYER_"/* Editor Debugging */, "1111111111111111111"/* [TAG] Example 1*/, "2222222222222222"/* [TAG] Example 2 */ ]; -
large [SP/MP][COOP] Patrol Operations - Official Thread
mackenzieexd replied to roy86's topic in ARMA 3 - USER MISSIONS
roy throw me a PM :P -
large [SP/MP][COOP] Patrol Operations - Official Thread
mackenzieexd replied to roy86's topic in ARMA 3 - USER MISSIONS
Its cool Roy thanks for the update dude! don't rush :P -
Is it possible to use ArmA 2/OA's ASR AI Mod in ArmA 3?
mackenzieexd replied to Neviothr's topic in ARMA 3 - QUESTIONS & ANSWERS
why not just use the arma 3 one? http://www.armaholic.com/page.php?id=24080 -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
mackenzieexd replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
so i added the autoconfig and the rest to my MIME filter but now im stuck with this ive read it something to do with Handler Mapping? -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
mackenzieexd replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
keep getting this? anyone have any fixes or know what may be causing it? -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
mackenzieexd replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
anyone got any videos on how to set a repo up? -
Discover, Play, Promote missions and mods withSIX
mackenzieexd replied to sickboy's topic in ARMA 3 - GENERAL
is there anything i can do to make it auto update addons ? -
75th Ranger Regiment [WIP]
mackenzieexd replied to RB19's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
looks amazing but any updates ? -
United States Air Force( 2015)
mackenzieexd replied to SGT Fuller's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Wrong signature for file @usaf\addons\ldl_ac130.pbo any ideas? -
So this news articular i've just seen from back in February.. Has anyone seen this? :bored: http://www.dailymail.co.uk/news/article-2937641/ISIS-fighters-distributing-video-game-allows-players-play-role-Islamist-kill-Westerners.html
-
FHQ Removes all sights from the 249's in RHS any ideas why?
-
dose anyone know of way to add a water mark to a arma 3 server? been trying for some time and nothing seams to work