Results 1 to 15 of 1032

Threaded View

  1. #11
    Horsedick.mpeg's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Rio de Janeiro
    Posts
    120
    Reputation
    11
    Thanks
    17
    My Mood
    Fine
    Quote Originally Posted by Horsedick.mpeg View Post
    Sph4ck or Miffy i need a little bit of help, im trying to make the explosive's sprites appear and disappear with the KEY_ESPBOX, i opened Esp.py and changed to this:

    Code:
    if e.type == ET_EXPLOSIVE and e.alive & ALIVE_FLAG and keys ["KEY_BOXESP"]:
        self.track_explosive(idx)
    But when i put, for example, a claymore, and press F11, the boxesp goes away and the sprite stays, when i pick up the claymore and place it again, there is no sprite, if i press F11 both come back and then everything starts over and over

    If u could plz help
    Thx.
    Miffy or Sph4ck plz help a dumb noobie that dont have any experience in coding

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

    Jakob (03-26-2011)