-
Content count
112 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
29 GoodAbout brawnkoh
-
Rank
Capo
Recent Profile Visitors
1214 profile views
-
I would have done this but I read too many customer complaints where they did this, and months later the people still don't have what they paid for. I charged it back, and just have to go without.
-
Service: #99218 - i7-6700K 32GB + 960GB SSD Preconfig - $75 a month...mywholesaleinternet.net. The site will say they're out, but you just request that they notify you when one is available, and it will be available in a couple days. *Edited due to dark copy and paste text*
-
Yep, chargeback activated...
-
Who's got a picture of this for me?
-
Yeah I'm going to give one last horaah to the support team to try to get an answer before I do a chargeback. I really don't want to be that asshole who does a chargeback, but if they don't get in contact with me in the next few days I don't have many other options.
-
I'd like to personally say "fuck TeeSpring". I placed my order during this,, and got charged. I received a confirmation saying my order would be delivered between the 2nd and 22nd of this month. It's now the 27th and it still hasn't arrived. I tried to click both the "email us" and "support" links in the confirmation email they sent me, and both reroute to an invalid website address. Tried to contact them on Twitter, and received no response. Now I've resorted to Facebook, but I'm sure I'll get the same shit. These guys are literally two states away from me and can't get a shirt here.
-
Eichi, I'm sad to hear this, but at the same time I understand how much of a drain 24/7 development is. I stepped down from a programming position a year ago into a standard IT position because it was sucking the life out of me. Now it doesn't feel like work when I spend my free time coding. I personally appreciate everything you've done. Just as I appreciated everything Deathly did before he ventured beyond ArmA. You've got a loyal fan base, and we'll be there when you look to venture on to bigger and better things.
-
I still haven't gotten mine.
-
Did the shit get delivered already? Guess I need to go check my mailbox...
-
Did you even look at the code? It's doesn't take long to make something work.
-
[10278,1152,300], [1974,7804,300], [3123,6048,300], [2671,6132,300], [2673,4579,300], [1995,4184,300], [6658,3937,300], //Plava Military Complex [4547,3577,500], //Petlov Grad [5104,4677,300], [4625,4670,300], [4931,5111,300], [3507,6882,300], [4751,8078,300], [6286,6202,300], [10801,4791,300], [8270,5705,300], [9114,5637,300], [10287,5563,300], [7776,6912,300], [9019,7890,300], [11908,7918,300], [7153,9342,300], [7659,10150,300], [10059,9885,300] It's possible a couple are missing, no promises..
-
http://steamcommunity.com/sharedfiles/filedetails/?id=641818062 https://forums.bistudio.com/topic/188945-zip-line/ Just needs the animations.
-
Nobody said you were an idiot. It said "please ensure"... Is your Debug on? Are there script errors popping up in RPT associated with ExileZ? Have you tested if the different sections of the zombie deleter SQF to see if they delete in different circumstances? Are your safezone triggers initializing? If you can't answer all of those questions, don't get angry when someone asks you to check the easy stuff first.
-
I sound like a broken record because I always repeat this. Ensure none of your city/military/etc triggers are also in the same general area as your safe zone. By not removing/commenting out the trigger locations that are also associated with SZ's, zombies will spawn in your safezone and rarely die. Spawn triggers take priority over SZ triggers.
-
{"Billboard Name","billboards\image_name.paa"} would be the proper format if you added a /billboards/ folder to your mission file and put the image in there. *EDIT* didn't see @infiSTAR's post.