Results 1 to 10 of 20

Thread: COD2 camper script

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    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.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"))
            {

        
    /* ... */ 
    Thanks. i am getting error :



  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
  •