X-Mas Script

Posts 115 of 15 · Page 1 of 1
X-Mas Script
It may be a little early but here it is
Code:
 []spawn
{
{ if(!isPlayer _x) then {deleteVehicle _x} } forEach allMissionObjects "";
sleep 0.5;
_classes = ["Chemlight_green","Chemlight_blue","Chemlight_red","Chemlight_yellow"];
_radius = 30;
_amount = 7500;
_classcount = count _classes;
for "_i" from 1 to _amount do
{
_pos = getPosATL Player;
_pos set [0, (_pos select 0) - _radius + (random (_radius * 2))];
_pos set [1, (_pos select 1) - _radius + (random (_radius * 2))];
_pos set [2, random 50];
_class = _classes select (floor (random _classcount));
hint _class;
_light = _class createVehicleLocal _pos;
_light enableSimulation false;
};
};
Credits : Me , Dwarden
Nice m8 there is a lot of chem lights
Nice release dude... great
lol i was thinking about making something to X-mas 2 days ago. just don't know what yet
Quote Originally Posted by hanife-yunus View Post
tutorial please ?
first you will need an undetected injector/executer.
when uou hve got one download notepad++ and copy the code above into notepad then save the text as a .sqf and put it in you arma 3 folder.
then open the executer and execute the .sqf file into Arma 3
Need any help? add me on skype
Do i just put it in any spot of the Arma 3 Folder?
Quote Originally Posted by yoyobrad View Post
Do i just put it in any spot of the Arma 3 Folder?
you can find information here. but you want to save the text in the OP as a .sqf file.
not bad. keep it up

thought someone had leaked this until i saw the code!

this turns a cursorTarget into a christmas tree

Quote Originally Posted by Jme View Post
not bad. keep it up

thought someone had leaked this until i saw the code!

this turns a cursorTarget into a christmas tree

i wondered what your X-Mas feature did when i saw your last video
You're not Dwarden lol, stop impersonating people already.
Quote Originally Posted by Zumorio View Post
You're not Dwarden lol, stop impersonating people already.
Hmm not to sure if troll , when did I say I where dwarden?
Hey how I can make that my friend execute this script too ?
I like to give him the option to execute it too.
Like give the cursorTarget the option like player cursorTarget addAction["Tree","[]spawn mytree"];
I have re so
Is this normal that my cursortarget is deleted and chemlights are spawning randomly all around me when using this?
Is this not supposed to spawn that tree?
NEidlH6.jpg261 KB · 34 downloads
No.. That tree is JME's private one... This one deletes EVERYTHING that is in the mission apart from players.
Posts 115 of 15 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?