Results 1 to 3 of 3

Thread: Baricade

  1. #1
    Private First Class
    Join Date
    Feb 2013
    Posts
    201
    Thanks
    4
    Thanked 10 Times in 7 Posts

    Baricade

    why script doesnt work ?

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

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    callback_startgametype:
    PHP Code:
    precacheModel("xmodel/prop_crate_largeshipping1"); 
    timescale 0.01

  3. The Following User Says Thank You to kung foo man For This Useful Post:

    malyczolg (26th February 2013)

  4. #3
    Private First Class
    Join Date
    Feb 2013
    Posts
    201
    Thanks
    4
    Thanked 10 Times in 7 Posts
    thx work

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •