-
Content count
45 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
7 NeutralAbout Sir DannyDoomno1
-
Rank
Bambi
Personal Information
Recent Profile Visitors
1058 profile views
-
so when you buy clothing it shows a preview of what you will look like. GTA style ;D
-
Enigma Exile Revive - v0.80 [UPDATED 08/09/16] 1.02 Compatible
Sir DannyDoomno1 replied to happydayz's topic in Scripts
should be line 20 -
Enigma Exile Revive - v0.80 [UPDATED 08/09/16] 1.02 Compatible
Sir DannyDoomno1 replied to happydayz's topic in Scripts
if (magazines player find "Exile_Item_Instadoc" >= 0) then { << this right ? havnt installed but seems like it should be > 0 not >= 0 -
hey guys im making an AI base script that spawns ai when people are close and should output to all players when only 2 AI are left. or time out if nobody kills the AI. I have this code : _complete = false; _Timer = 0; waitUntil{ sleep 10; _Timer = _Timer + 1; if ( { !(isPlayer _x) && (_x distance _pos < 120) } count AllUnits < 2 ) then {_complete = true; true}; if (_Timer == 90) then {_complete = false; true} }; if (_complete) then { but it only ends up doing the timeout. any ideas why ? if you help me out i will share all my code arround this as a reward if you like.
-
ArmaGeddon Gaming - Looking for Awesome People
Sir DannyDoomno1 replied to Sir DannyDoomno1's topic in Clan Members
bump, still looking, we are uk / eu based, GMT +1 -
yes... because the traders sell cars... making it too easy to get them... exactly PM me segeza, ill share the script when i'm done with it.
-
wow you did not read the post did you ? he wants to make it so you cannot buy the best cars, only find them and lock them down.
-
PM me if you like, i think i might like this idea for my server... could help each other out
-
sounds like me mate, i do all my own scripting. and trust me its an easier one than you think. step one, delete the original veh step two, flash a code lock to the player asking for a code step 3, spawn a new one using the exile function spawn_persistant (i cant remember the freaking name) step 4, profit
-
ArmaGeddon Gaming - Looking for Awesome People
Sir DannyDoomno1 replied to Sir DannyDoomno1's topic in Clan Members
Bumppp :3 well will you loook at dat -
the magic with code is, if you can imagine it, you can build it. Go for it buddy !!
-
still got this issue :c
-
ok so not sure how static missions are meant to work ? but they dont seem how i imagined. i want to have a single base that spawns ai whenever a player is nearby?
-
Questions regarding Exile servers and base building
Sir DannyDoomno1 replied to Erebus's topic in Feature Wishes
that's awesome as hell !!