Results 1 to 4 of 4

Thread: Can you help me with my meele

  1. #1

    Can you help me with my meele

    Ok so I just learned how to script meeles and swords thanks to looking over waylanders script and this is what i have,
    PHP Code:
    //#CLIENTSIDE
    function onWeaponFired() {
      if (
    this.on) {
        
    this.on true;
        
    setani("idle"NULL);
        
    replaceani("idle""idle");
        
    replaceani("walk""walk");
        
    replaceani("sword""sword");
      } else {
        
    this.on true;
        
    setani("jerbone-idle");
        
    replaceani("idle""jerbone-idle");
        
    replaceani("walk""jerbone-walk");
        
    replaceani("sword""jerbone-attack");
      }

    And nothing happend yes i have it added to me but im almost positive i did not add the walk sword and idle gani and the image in the right spot on rc can you tell me what folder I should add it under thanks.
    And is there a way to take it take down 8 hearts?
    Thanks!

    -This is not my gani it is taken off the forums just for practicing purposes

    -Noof
    Noof was here.

  2. #2
    aaaaaaaaaaaaaaaaaaaaaaaaa Grief Hero's Avatar
    Join Date
    Jun 2013
    Location
    n/a
    Posts
    1,327
    Place your ganis in the "Gani" folder, and the images into the "Images" folder.


    I saw. I conquered. I came.


  3. #3
    Oh ok thank you and also is there a way to make it bring down hearts?
    Noof was here.

  4. #4
    Street Boss John's Avatar
    Join Date
    Jun 2013
    Location
    Lebanon
    Posts
    825
    add:
    PHP Code:
    function onCreated() this.on true
    why do you even have the this.on variable if it's always true?
    -Johnaudi

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •