PDA

View Full Version : Baricade



malyczolg
26th February 2013, 15:58
why script doesnt work ?



barykada = spawn("script_model", self.origin);
barykada setModel("xmodel/prop_crate_largeshipping1");
barykada.angles = (self.angles);
wait 60;
barykada delete();

kung foo man
26th February 2013, 16:06
callback_startgametype:

precacheModel("xmodel/prop_crate_largeshipping1");

malyczolg
26th February 2013, 16:26
thx work :)