-
Content count
161 -
Donations
0.00 EUR -
Joined
-
Last visited
Content Type
Profiles
Forums
Wiki
Servers
Devblog
Everything posted by bombajack
-
Hello. I have for you simple script for 1st view if is player in Combat Mode. Its good for little bit harder server,not for MY LITTLE PONNY servers. INSTRUCTIONS: 1.create file name viewrestriction.sqf and put it to your mission folder. 2.to viewrestriction.sqf file put this code : if (!isDedicated) then { waitUntil {!isNull (findDisplay 46)}; if ((difficultyOption "thirdPersonView")==1) then { while {true} do { waitUntil {cameraView == "EXTERNAL" || cameraView == "GROUP"}; if (ExileClientPlayerIsInCombat) then { player switchCamera "INTERNAL"; }; sleep 0.1; }; }; }; or you can use second version.Second version switch 1st person view if you are in combat and if you drive vehicle: if (!isDedicated) then { waitUntil {!isNull (findDisplay 46)}; if ((difficultyOption "thirdPersonView")==1) then { while {true} do { waitUntil {cameraView == "EXTERNAL" || cameraView == "GROUP"}; if (ExileClientPlayerIsInCombat) then { player switchCamera "INTERNAL"; }; sleep 0.1; if (((ExileClientPlayer) == player) && (speed ( player)) >= 4.4) then { player switchCamera "INTERNAL"; }; sleep 0.1; if (((ExileClientPlayer)isKindOf "LandVehicle") && (speed (ExileClientPlayer)) >= 10) then { (ExileClientPlayer) switchCamera "Internal"; }; sleep 0.1; if (( ExileClientPlayer) isKindOf "Helicopter" && (getPosVisual (ExileClientPlayer) select 2) > 5) then { (vehicle player) switchCamera "Internal"; }; sleep 0.1; if ((ExileClientPlayer) isKindOf "Plane" && (speed (ExileClientPlayer)) >= 60) then { (ExileClientPlayer) switchCamera "Internal"; }; sleep 0.1; if (((ExileClientPlayer)isKindOf "Ship") && (speed (ExileClientPlayer)) >= 20) then { (ExileClientPlayer) switchCamera "Internal"; }; sleep 0.1; }; }; }; 3.to the initPlayerLocal.sqf put: [] execVM "viewrestriction.sqf"; Original script 3rdviewRestriction from armaholic.com by Rodeostar42,edited by Bombajack.:) THATS IT! ENJOY!
-
Hey. Good Job! Can i ask you how can i change "new tree" days?
-
Hello..need your help. If someone place tent,fireplace etc.. always have kick by BattlEye: SetPos Count Restriction...i dont use filters and dont use infistar.. Can anyone help what can i do to fix it? Thank you.
-
Hello. Want you delete RANDOM selection from list of spawn?HERE IS IT! 1. Copy from your client @Exile folder file - ExileClient_gui_selectSpawnLocation_show.sqf (@Exile/addons/exile_client.pbo - unPBO it) ,somewhere in your PC. 2. Edit ExileClient_gui_selectSpawnLocation_show.sqf below 3. Close and save it and create folder in your mission CUSTOM (for example). 4. Copy ExileClient_gui_selectSpawnLocation_show.sqf there. 5. Open your config.cpp in your mission and find class CfgExileCustomCode section. 6. Add this 7.Save it,PBO your mission. DONE.Enjoy.
-
Check config.cpp in mission...if it's alright All commas.Today i searching 1 this mistake 4 hour
-
[UPDATED]EXILE 1st person in Combat mode and in vehicle
bombajack replied to bombajack's topic in Scripts
No,only change view.. -
[UPDATED]EXILE 1st person in Combat mode and in vehicle
bombajack replied to bombajack's topic in Scripts
Change in server config ExileRegular to ExileHardcore -
Hello. Has anyone working this script? @Kellojo
- 80 replies
-
- kellojo
- fast travel system
-
(and 5 more)
Tagged with:
-
[UPDATED]EXILE 1st person in Combat mode and in vehicle
bombajack replied to bombajack's topic in Scripts
@Ambu5h know you how to do change to 1st person if player use gasmask on face?Thank you -
Unique map from Chernobyl Zone.
-
Hello all. I need help with script for my map. Can someone for me write ANOMALY script like ELECTRIC or GRAVI etc...? 1.version :I want script,when player walking(running) and this anomaly spawned random around him in radius,for example, 50m. 2.version: spawn this anomaly randomly from center position,count of spawn points (can be edited) I try edit EQP Anomaly script,but not worked..im dont too much understand Arma 3 code...can read but no write Thank you so much.
-
[Release] ZCP - Zupa's (& City) Capture Points 3.1 ( 23 september update )
bombajack replied to Zupa's topic in Add-ons
Hello all. Can i ask if is possible do STATIC positions for missions? Thanks. -
For me dont worked too...any idea why?
- 75 replies
-
- restart warnings
- scarcode
-
(and 2 more)
Tagged with:
-
[RGSB] - Exile Statusbar - Moved to Exile Expansion Mod
bombajack replied to [RG] Salutesh's topic in Scripts
Hello. In install instructions is:Copy core,dialogs,TEXTURES and icons........ i cant find textures folder. And script not worked for me....any idea why? -
Heh...I thought of it in terms of code editing in Exile original code..:)
-
Thank you.But..where can i find this settings?
-
i have same problem..players feedback me - no pay for refueling and rearming
-
Have one more question: How can i do more storms positions?And is possible to be randomly selected where will be storm active? Thx
-
Hello. I have question.How is order xyz in loot position? Example: {-4.77905, -3.42188, -1.50219} = x,y,z? I have trouble with levitating loot on some positions after using this tool..i dont know why... Thank you.
-
Have trouble in RPT with this...any idea wheres the problem? EDIT:solved..
-
How can i do darkness correction? Thanks!
-
Hello. On my new map have problem with signatures check timed out.....always after 1 minute is player kicked by this reason... Any idea why? THX
-
[UPDATED]EXILE 1st person in Combat mode and in vehicle
bombajack replied to bombajack's topic in Scripts
I think its simple.Try this.. -
Hello guys..try this. create a new sqf file in your mission folder named death_timer_bug_temp_fix.sqf and in it write this player allowdamage false; sleep 20; player allowdamage true; At the top of the initplayerlocal.sqf file, add this [] execVM "death_timer_bug_temp_fix.sqf"; original post by jabeds
-
Ah..thank you for answer..but they lost money and vehicle too... Ok i will give back money in DB... Thanks!