Results 1 to 10 of 20

Thread: COD2 camper script

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private
    Join Date
    Apr 2021
    Posts
    16
    Thanks
    13
    Thanked 5 Times in 5 Posts
    Quote Originally Posted by IzNoGoD View Post
    Replace by self.sessionteam
    I can't say I understand very well :/

  2. #2
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    Quote Originally Posted by girdap View Post
    I can't say I understand very well :/

    PHP Code:
    self thread scriptfolder/_camper::checkLoop(); 
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

  3. The Following User Says Thank You to maxdamage99 For This Useful Post:

    girdap (22nd June 2021)

  4. #3
    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"); 

  5. 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
  •