GoatSimulator !

Posts 115 of 17 · Page 1 of 2
GoatSimulator !
 
Goat Simulator
_unit = _this select 0;
_wPos = screenToWorld [0.5,0.5];
_goatX = _wPos select 0;
_goatY = _wPos select 1;
_goatZ = _wPos select 2;
_goatZ = _goatZ + .12;
_wPos = [_goatX,_goatY,_goatZ];
_localGroup = group _unit;
_goat = group player createUnit ["Goat_random_F", Position player, [], 0, "FORM"];
_goat setPosATL _wPos;
player remotecontrol _goat;
_goat switchcamera "INTERNAL";

(findDisplay 46) displayAddEventHandler['KeyDown', 'if ((_this select 1) == 0x44) then {
[] spawn {
_goat disableAI "MOVE";
player switchCamera "EXTERNAL";
};
true
}'];
_goat allowDamage false;


Simple as fuck

Enjoy goating around ^^

LOL change Goat_random_F to Tuna_F and try to be a fish :>
I can't shoot tounge, where did I go wrong?
Quote Originally Posted by Jim Morrison View Post
Make the jetpack goat next. :P
What about Goat Rider?

...but with a dog

Quote Originally Posted by Jme View Post
What about Goat Rider?

...but with a dog

Stop doing the easy stuff
Quote Originally Posted by Jme View Post
What about Goat Rider?

...but with a dog

What about a dino m8
how works this?
THANK YOU
lol bout to try this

IT WORKS THANK YOU FOR THIS IVE BEEN WAITING FOR A SCRIPT LIKE THIS FOR EVER THANK YOU
@Jme @Lystic
A good think to release to MPGH is something like KK's vid where he was
In a kart and he attached a guy to it and drove off and the dude was trailing behind. It was pre funny.

Just a suggestion
@multihackmack
Not working for me for some reason... this is what im putting into the editor:

_unit = _this select 0;
_wPos = screenToWorld [0.5,0.5];
_goatX = _wPos select 0;
_goatY = _wPos select 1;
_goatZ = _wPos select 2;
_goatZ = _goatZ + .12;
_wPos = [_goatX,_goatY,_goatZ];
_localGroup = group _unit;
_goat = group player createUnit ["Goat_random_F", Position player, [], 0, "FORM"];
_goat setPosATL _wPos;
player remotecontrol _goat;
_goat switchcamera "INTERNAL";

(findDisplay 46) displayAddEventHandler['KeyDown', 'if ((_this select 1) == 0x44) then {
[] spawn {
_goat disableAI "MOVE";
player switchCamera "EXTERNAL";
};
true
}'];
_goat allowDamage false;
Quote Originally Posted by NeonSabre123 View Post
@multihackmack
Not working for me for some reason... this is what im putting into the editor:
I always try it on MP.. so maybe you should try it on mp too
no one of multiplayer seems to see me as a goat lol?
lol, I don't know what youre doing false, I always run through the city with a goat, and everyone like ' wtf ! there's a fuckin goat ! lol' and when I spawn as a dog, they sit down in front of me and bark lol
I think you can't spawn Dinos on server cause it is a addon, and not every server use them
Posts 115 of 17 · Page 1 of 2
This thread is closed for replies.

Tags for this Thread

None

Need help?