Results 1 to 10 of 37

Thread: Pickup Script ? who have?! :D

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private First Class php's Avatar
    Join Date
    Nov 2012
    Posts
    142
    Thanks
    28
    Thanked 116 Times in 59 Posts
    PHP Code:
        start self geteye();
        
    fw anglestoforward(self getplayerangles());
        
    end start maps\mp\_utility::vectorscalefw1000 ); //increase the distance if you need to
        
    tr bullettrace(startendtrueself);
        
        if(
    isdefined(tr["entity"]) && isplayer(tr["entity"])) {
            
    //do things with the player e.g set origin
            
    player tr["entity"];
            
    //do the following in a loop and update the fw
            
    new_pos maps\mp\_utility::vectorscale(fwdistance(startplayer.origin));
            
    player setorigin(new_pos);
        } 
    Here's the basics, should get you on track.

  2. The Following User Says Thank You to php For This Useful Post:

    kung foo man (11th October 2016)

  3. #2
    Private
    Join Date
    Sep 2016
    Posts
    16
    Thanks
    3
    Thanked 12 Times in 11 Posts
    lol... im not a scripter,,i want this pickup file ready
    i make only maps

  4. The Following User Says Thank You to Kevi For This Useful Post:

    kubislav23 (12th October 2016)

  5. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by Kevi View Post
    lol... im not a scripter,,i want this pickup file ready
    i make only maps
    I am-a not Italian-a mama mia but I want my pizza ready as soon as possible-a

    I do not want to pay-a a dime for my pizza because (insert random bullshit reason here)
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  6. The Following User Says Thank You to IzNoGoD For This Useful Post:

    kevi07 (7th January 2017)

Tags for this Thread

Posting Permissions

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