Post: How to Spawn Bunker?
10-11-2014, 03:16 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey NGU, everytime if i wnat to spawn a bunker, nothing happens, i got a bunker thread and this wp( bla bla
code over my bunker, so if i select it in my menu, it says : Bunker Is Spawned But nothing happens.
(adsbygoogle = window.adsbygoogle || []).push({});
10-11-2014, 03:44 PM #2
Here use this it will make it spawn where you are standing btw I got this from GermanModding PS on YT
    WP(D,Z,P)
{
L=strTok(D,",");
for(i = 0 ; i < L.size; i += 2)
{
B = spawn("script_model",self.origin+(int(L[i]),int(L[i+1]),Z));
if(!P)
B.angles=(90,0,0);
B setModel("t6_wpn_supply_drop_ally");
}
}
10-11-2014, 04:48 PM #3
Originally posted by My
Here use this it will make it spawn where you are standing btw I got this from GermanModding PS on YT
    WP(D,Z,P)
{
L=strTok(D,",");
for(i = 0 ; i < L.size; i += 2)
{
B = spawn("script_model",self.origin+(int(L[i]),int(L[i+1]),Z));
if(!P)
B.angles=(90,0,0);
B setModel("t6_wpn_supply_drop_ally");
}
}


ty, but if i press spawn bunker, the println says :Bunker Spawned, but it isn't :(

Edit : I got it right now!

Please Close this thread!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo