Thread: Quick error

Results 1 to 4 of 4
  1. #1 Quick error 
    Registered Member

    Join Date
    Sep 2009
    Posts
    1,723
    Thanks given
    45
    Thanks received
    81
    Rep Power
    269
    Code:
    client.java:8265: cannot find symbol
    symbol  : variable AttackingOn2
    location: class client
    AttackingOn2.EntangleDelay = 5;
    ^
    1 error
    Press any key to continue . . .
    the code
    Code:
    if(playerEquipment[playerWeapon] == 746 && specialAmount > 74){
    specGFX(731);
    specialAtk(false, 75, 600, 303);
    getHit(0);
    attackingOn2.EntangleDelay = 5;
    }


    Web Hosting | VPS | CDN | DDoS Protected Solutions
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2010
    Posts
    70
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    capitalize the a in the code, got same code in meh source and works fine so just cap it
    Code:
    if(playerEquipment[playerWeapon] == 746 && specialAmount > 74){
    specGFX(731);
    specialAtk(false, 75, 600, 303);
    getHit(0);
    AttackingOn2.EntangleDelay = 5;
    }
    Exact code from my client works fine.

    You know your a nerd if your K/D in COD is higher than your GPA, Nuff Said.
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Sep 2009
    Posts
    1,723
    Thanks given
    45
    Thanks received
    81
    Rep Power
    269
    Quote Originally Posted by xAssasin View Post
    capitalize the a in the code, got same code in meh source and works fine so just cap it
    tryed that


    Web Hosting | VPS | CDN | DDoS Protected Solutions
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    May 2008
    Posts
    2,327
    Thanks given
    55
    Thanks received
    67
    Rep Power
    0
    in ur compile error it shows the line as
    AttackingOn2.EntangleDelay = 5;

    but in the code you showed
    it shows...
    attackingOn2.EntangleDelay = 5;


    yourdoingitwrong
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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