Results 1 to 10 of 20

Thread: COD2 camper script

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by girdap View Post
    Error script can you help?

    error.PNG

    and did I write in the right place?
    Replace by self.sessionteam
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. #2
    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 :/

  3. #3
    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

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

    girdap (22nd June 2021)

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

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