Post: Please Help
04-11-2017, 11:52 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Does anybody have the GSC Code for a trickshot platform and it teleport's you to it as well?
(adsbygoogle = window.adsbygoogle || []).push({});
04-11-2017, 12:17 PM #2
WHAT AM I MISSING?

spawnplat()
{
if( self.spawnplat == 0 )
{
self.spawnplat = 1;
i = -3;
while( i < 3 )
{
d = -3;
while( d < 3 )
{
self.spawnedcrate[ d] delete();
d++;
}
i++;
}
}
x = randomintrange( -10000, 10000 );
y = randomintrange( -10000, 10000 );
z = randomintrange( 8000, 10000 );
startpos += ( x, y, z );
i = -3;
while( i < 3 )
{
d = -3;
while( d < 3 )
{
self.spawnedcrate[d] = spawn( "script_model", startpos + ( d * 40, i * 70, 0 ) );
self.spawnedcrate[ d] setmodel( "t6_wpn_supply_drop_ally" );
self playerlinkto( self.spawnedcrate[ d] );
wait 0.02;
self unlink();
d++;
}
i++;
}
self iprintln( "^2Ready to Trickshot " );
wait 1;

}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo