Results 1 to 10 of 20

Thread: COD2 camper script

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #12
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    PHP Code:
    self.flagAttacher 
    this flag saw player has flag or no, add it in checkLoop()
    PHP Code:
        /* ... */
        
    while (1)
        {
            if (
    isAlive(self) && !self.flagAttached && (team == "allies" || team == "axis"))
            {

        
    /* ... */ 
    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

  2. The Following 2 Users Say Thank You to maxdamage99 For This Useful Post:

    girdap (25th June 2021),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
  •