Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - XJ

Pages: 1 2 3 [4] 5 6 7 8 9 ... 17
46
Random Insanity Board / Not even Sam Fisher can resist..
« on: June 08, 2012, 09:29:06 pm »
..us!




47
Armed Assault 2 / Re: For all your scripting needs
« on: June 08, 2012, 05:29:56 am »
Plus 1, but hwat is scriping comand?

48
Armed Assault 2 / Re: Vehicles,players map mark
« on: June 07, 2012, 11:57:29 pm »
can someone say me naval vehicle classname (like Landvehicle) for mark them on the map?
thanks

Ship or Boat, both should work.

49
Yeah, but the problem is that they do not sell any method at the moment.

50
Armed Assault 2 / Re: AI Spawn Script
« on: June 07, 2012, 07:13:09 pm »
Ok ffs, lets go right to begining of class boys and girls.  :icon_sly
Do you know how to spawn a unit ?  :unsure
Answer yes/no  :icon_thumbsup

No, we don't.
We posted that on the first page because it looked cool.


Hey you unthankful buchiach, why don't you fuck off to the little meth lab you crawled out of? Nobody here is obligated to help you, so if you want to be helped pick an appropriate tone.

OK, well that kinda abbreviated your ability to differentiate logic from reason, am I not entitled to reply to puerile posts.


Now, if you're going to post foul comments on people's thread: http://tkc-community.net/forum/index.php?action=profile;u=4487;sa=showPosts
Then I advice you to not argue with people whom is just 'leading' the way to what you've done on several occasions.
This is the seventh time you've criticized/insulted someone, so I advice you look at yourself before commenting on my attitude.

And I wasn't being nasty for your information, he asked a question, I decided to answer.

Yes, but the difference is that I do not depend on your information. The way I talk might seem offensive, but had you been here before the DayZ hype, you would understand everything. Also, you counting my posts means I'm doing it right.  :smile

/discussion

51
IS MY TEXT NOW AS IMPORTANT AS YOURS?

My absolute favorite: Gerk. Tells me not to use personal insults, but runs out of arguments and has to call Niel a fat kid half a page later. Good job on credibility. You might also want to work on your information before you spread complete bullshit and make yourself look like an uninformed drama queen: I am in no way affiliated with selling anyone's hack.

That being said, if you are not a "virgin fat kid" that "spams from his parents' computer" and doesn't "date with his left hand on Monday and right hand on Friday", why do you make yourself look like exactly that with every new post you make? To follow up on your accusation of me and others being biased, I can only tell you that I call your posts bullshit because I truly believe in them being utter bullshit, not to supposedly save the reputation of a paid hack that I don't earn any money with.

I must say, I can't decide if Gerk is trolling like a king or simply possessive of as much intelligence as a cockroach. Saying that you own the copyright on three or four ArmA functions, which can easily be found by any person able to look through the Bohemia Interactive wiki, just makes you look like a clown. Nothing else. No personal insults. You just degraded yourself to the biggest joke on these forums. Maybe you really should think about stopping the pissing contest, especially if your bladder is all empty.

Now for Medic, as opposed to Gerk, I believe you can be reasonable. Why not stop the endless trolling and bullshitting that keeps going on and just focus on working together towards our common goal. You have been around for a long time, but maybe you lost track of TKC's ideological foundation somewhere along the way. I'm not saying the world is all rainbow colors, but maybe we can reduce the amount of pissing contests from 5 per day.  :icon_rolleyes2

52
Armed Assault 2 / Re: AI Spawn Script
« on: June 07, 2012, 06:28:07 pm »
Ok ffs, lets go right to begining of class boys and girls.  :icon_sly
Do you know how to spawn a unit ?  :unsure
Answer yes/no  :icon_thumbsup

No, we don't.
We posted that on the first page because it looked cool.


Hey you unthankful buchiach, why don't you fuck off to the little meth lab you crawled out of? Nobody here is obligated to help you, so if you want to be helped pick an appropriate tone.

53
Hey plosky1, using this script and tut the boxes spawn when I click on vote_kick and work perfectly but in some streams and videos I've seen people who just mouse scroll down and select spawn box. It's the same result but just a little more efficient since you don't have to go to the map and server control. By mouse scroll up/down i mean you know how you can do that to select change weapon, bandage someone, etc. Do you know how to do this or?

Go to the download section and download Medics 'Cheat system' it has what you are looking for, so it is a good place to start, but I think every Day Z server detects the way it is loaded on start up.
Thanks will definitely check that out. Also just saw this video on youtube, https://www.youtube.com/watch?v=aG6VIAb2mg0 someone starting to sell programs to mod-app DayZ. Is this any better than what we can get off here? I'd rather save money than spend if I can do whatever he has.
It's just a simple C++ trainter that uses public bypass method and a bunch of copy&pasted scripts from well known mod apps such as proving ground, alex.pbo, loki, bugfast and some missions. When this public method will be patched, trainer will stop working and you'll more likely get banned.
Fast run >> copy&paste from mod app proving ground
Heal instantly >> copy&paste from alex.pbo
spawn any weapon >> copy&paste from mod app proving ground
repair any vehicle >>> copy&paste from mod app proving ground
Show other players on the map >> riped from some mission with some edit (more likely some domination mod)

If you don't know jack shit better shut your foul mouth.

54
Armed Assault 2 / Re: General help for newbie
« on: June 06, 2012, 02:48:33 pm »
Quote
_obj = ["Ikarus","Lada1","Lada1_TK_CIV_EP1","BAF_Offroad_W","Old_moto_TK_Civ_EP1","SkodaRed","TT650_Civ","UAZ_CDF","LandRover_TK_CIV_EP1","UAZ_Unarmed_TK_CIV_EP1","Volha_2_TK_CIV_EP1","hilux1_civil_3_open_EP1","UH1H_DZ","Fishing_Boat","Smallboat_1","PBX","ATV_CZ_EP1";]
= _objects allMissionObjects _obj;
_lbl = "";
_count = 1;
{
   _marker = Format["%1Markers%2",_count,_obj];
   createMarkerLocal [_marker,position _x];
   _marker setMarkerTypeLocal "dot";
   _marker setMarkerColorLocal "ColorBlue";
   _marker setMarkerSizeLocal [1,1];
   _lbl = Format["%1 [%2]",_obj,_count];
   _marker setMarkerTextLocal _lbl;
   _count = _count + 1;
} forEach _objects;

Not work

Not syntax.

55
Armed Assault 2 / Re: General help for newbie
« on: June 06, 2012, 01:24:27 pm »
I have a script marking vehicles mark on the map, but to enter it manually sooooo long time, tell me the solution

[..]

It is "please". "Please tell me how to solve the problem.", not "Tell me the solution, you owe me!".  :icon_rolleyes2

Code: [Select]
_obj="VEHICLESNAME";
_objects = allMissionObjects _obj;
//This is inefficient BS.

The solution is something you could easily think of yourself. Instead of manually running the script for each object, run it for an array that includes all of them.

Code: [Select]
_obj = ["classname1","classname2","classname3", .... ];
_objects = allMissionObjects _obj;

56
Armed Assault 2 / Re: DayZ weaponcrate in depth
« on: June 06, 2012, 01:12:15 pm »
@kenjamin: Might wanna' try actually saving a script written in sqf as a .sqf file.

58
Armed Assault 2 / Re: Debug Forest (DayZ)
« on: June 05, 2012, 04:25:16 am »
http://www.youtube.com/watch?feature=endscreen&NR=1&v=j8VFZfuk60Y

lol. I love the whole tone of the guy commenting it. Speaking as if the subject had just shot The Queen.

59
Armed Assault 2 / Re: Debug Forest (DayZ)
« on: June 04, 2012, 05:50:05 pm »
Wow. How do some people manage to be SO incomprehensibly stupid?

60
Armed Assault 2 / Re: Forced Third person & Crosshairs
« on: June 04, 2012, 05:37:17 pm »
Seems MrMedic was borned just to mod-app arma xD



And it seems that you were "borned" to suck his cock.

It seems I was "borned" to read to this crap.

Sorry that you didn't get it. Surely thinking about it while cleaning the house and preparing a tasty sandwich will enlighten you, broad.

Pages: 1 2 3 [4] 5 6 7 8 9 ... 17