Post: How to edit platforms?
05-23-2015, 03:18 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I would like to know how to edit the shape of a spawnable platform (used for trick sniping usually)
(adsbygoogle = window.adsbygoogle || []).push({});
05-23-2015, 07:28 AM #2
iRnZ
NextGenUpdate Elite
Originally posted by Stripepr View Post
I would like to know how to edit the shape of a spawnable platform (used for trick sniping usually)


Platform()
{
location = self.origin;
while (isDefined(self.spawnedcrate[0][0]))
{
i = -3;
while (i < 3)
{
d = -3;
while (d < 3)
{
self.spawnedcrate[d] delete();
d++;
}
i++;
}
}
startpos = location + (0, 0, -10);
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");
d++;
}
i++;
}
wait 1;
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo