Post: Trickshot Platform code?
09-25-2015, 02:07 PM #1
MrMoan
Big Daddy
(adsbygoogle = window.adsbygoogle || []).push({}); hey guys does anyone have the trickshot starter pack its from Elegance

like it spawns a platform outta carepackages in the sky then teleports you to it

thx.*
09-25-2015, 11:42 PM #11
MrMoan
Big Daddy
Originally posted by GentleSlugger View Post
just do self setOrigin(self.spawnedcrate.origin);


thxxxx
09-26-2015, 02:19 AM #12
itsSorrow
In my man cave
Originally posted by MrMoan View Post
thxxxx


xD does it work?
09-26-2015, 02:31 AM #13
MrMoan
Big Daddy
Originally posted by GentleSlugger View Post
xD does it work?


no i gave up on it bro sh#ts to hard
09-26-2015, 02:33 AM #14
itsSorrow
In my man cave
Originally posted by MrMoan View Post
no i gave up on it bro sh#ts to hard


xD i knew it wouldn't work
09-26-2015, 02:45 AM #15
MrMoan
Big Daddy
Originally posted by GentleSlugger View Post
xD i knew it wouldn't work


sadface
09-26-2015, 02:51 AM #16
itsSorrow
In my man cave
Originally posted by MrMoan View Post
sadface


sorry m9
09-26-2015, 03:00 PM #17
jwm614
NextGenUpdate Elite
Originally posted by MrMoan View Post
hey guys does anyone have the trickshot starter pack its from Elegance

like it spawns a platform outta carepackages in the sky then teleports you to it

thx.*


self thread spawnPlatform(/*origin where u want it*/self.origin + (0,0,500));

    spawnPlatform(startpos )
{
while (isDefined(self.spawnedcrate[0][0]))
{
i = -3;
while (i < 3)
{
d = -3;
while (d < 3)
{
self.spawnedcrate[i][d] delete();
d++;
}
i++;
}
}
//startpos = self.origin + (0, 0, -15);
i = -3;
while (i < 3)
{
d = -3;
while (d < 3)
{
self.spawnedcrate[i][d] = spawn("script_model", startpos + (d * 40, i * 70, 0));
self.spawnedcrate[i][d] setmodel("t6_wpn_supply_drop_ally");
d++;
}
i++;
}
self iprintlnbold("^2Platform Spawned!");
self setorigin(startpos + (0,0,30));
wait 1;
}
10-03-2015, 01:26 PM #18
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by iiiCenTurY View Post
then learn how to code first. thats the easiest thing on the world..


CenTurY Ewwwww. You must login or register to view this content.
10-03-2015, 01:44 PM #19
itsSorrow
In my man cave
Originally posted by LiFe View Post
CenTurY Ewwwww. You must login or register to view this content.


xDD you didn't know he sells?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo