AlphaTaylor
Member-
Content count
8 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
0 NeutralAbout AlphaTaylor
-
Rank
Bambi
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
im "Stuck" in loading screen when using "secondary_weapons" in mission.sqf but without its working .... when i use @DualArms in Server startup it will be a optional addon in arma launcher and you can join without when i use @DualArms in normal Startup it is needed addon in arma launcher and you cant join without both work... execpt for loosing weapon when disconecting...
- 82 replies
-
how do i Remove Bullet cam from spawning with weapons ?
AlphaTaylor replied to AlphaTaylor's topic in Items & Weapons
this what i tried using Line 76 https://pastebin.com/uE8uY7XE- 11 replies
-
- 8gbulletcam
- 8g
- (and 4 more)
-
how do i Remove Bullet cam from spawning with weapons ?
AlphaTaylor replied to AlphaTaylor's topic in Items & Weapons
@kuplion https://pastebin.com/JNL0nHFy weapons spawn without ammo- 11 replies
-
- 8gbulletcam
- 8g
- (and 4 more)
-
how do i Remove Bullet cam from spawning with weapons ?
AlphaTaylor replied to AlphaTaylor's topic in Items & Weapons
@WURSTKETTE with the modification the server only spawns a few items.- 11 replies
-
- 8gbulletcam
- 8g
- (and 4 more)
-
how do i Remove Bullet cam from spawning with weapons ?
AlphaTaylor replied to AlphaTaylor's topic in Items & Weapons
this didnt worked for me it messed up the loot spawn have to try something else tomorow- 11 replies
-
- 8gbulletcam
- 8g
- (and 4 more)
-
how do i Remove Bullet cam from spawning with weapons ?
AlphaTaylor posted a topic in Items & Weapons
i removed bullet cam from traders and loot spawns but they still spawn via weapon spawns because of if (count(_magazineClassNames) > 0) then { _magazineClassName = selectRandom _magazineClassNames; _numberOfMagazines = 2 + floor(random 3); _lootHolder addMagazineCargoGlobal [_magazineClassName, _numberOfMagazines]; _spawnedItemClassNames pushBack _magazineClassName; }; i would like to remove the bullet cam from spawning anywhere- 11 replies
-
- 8gbulletcam
- 8g
- (and 4 more)
-
how do i add status bar from "Exad Master" class CfgXM8 { extraApps[] = {"ExAd_SB"}; class ExAd_SB { title = "Statsbar Settings"; controlID = 50400; //IDC:50400 -> 50475 || These need to be unique and out of range from each other logo = "exile_assets\texture\ui\xm8_app_settings_ca.paa"; onLoad = "ExAdClient\XM8\Apps\SB_Settings\onLoad.sqf"; }; }; too Normal Exile custom XM8 apps ?? class CfgXM8 { class XM8_App02_Button: RscExileXM8AppButton1x1 { textureNoShortcut = "exile_assets\texture\ui\xm8_app_settings_ca.paa"; text = "Statsbar Settings"; onButtonClick = ""; resource = ""; }; i use infistar and infistar xm8 apps but i dont know where or how i can add a configurable status bar. greetings Alpha
-
possible for ground spawn ? rather than para drop