Results 1 to 10 of 20

Thread: COD2 camper script

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Private
    Join Date
    Apr 2021
    Posts
    16
    Thanks
    13
    Thanked 5 Times in 5 Posts
    Quote Originally Posted by maxdamage99 View Post

    PHP Code:
    self thread scriptfolder/_camper::checkLoop(); 
    Thankssss !! it's work..

    ////

    I wrote the following to interfere with the camp times from the console. The script is running, but I cannot interfere with the times from the console.what to do for this.

    PHP Code:
            level.campradius 170;
        if (
    getcvar("campradius")!= "" && getcvarint("campradius") > 400)
        
    level.campradius getcvarint("campradius");
        
           
    level.campsecswarn 5;
        if (
    getcvar("campsecswarn")!= "" && getcvarint("campsecswarn") > 20)
        
    level.campsecswarn getcvarint("campsecswarn");
        
        
    level.campsecspunish 9;
        if (
    getcvar("campsecspunish")!= "" && getcvarint("campsecspunish") > 20)
        
    level.campsecspunish getcvarint("campsecspunish"); 

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

    kung foo man (24th June 2021)

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
  •