Thread: 1 error

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 1 error 
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,167
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    i try to add stop moving when u doing skillcape emote but i have 1 error

    Code:
    if(System.currentTimeMillis() - c.llastemote >= c.settimer) {
    		c.sendMessage("A magical force stops you from moving.");
    				c.playerIndex = 0;	
    			return;
    		}
    c.settimer is skillcape emote time
    i want to stop moving when u doing skillcape emote,using my skillcape emote timers
    can someone help me pls?i will rep+++

    my error

    Code:
    src\server\model\players\packets\Walking.java:45: cannot find symbol
    symbol  : variable settimer
    location: class server.model.players.Client
                    if(System.currentTimeMillis() - c.llastemote >= c.settimer) {
                                                                     ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    what i need to add to fix my error?

    thank you
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Feb 2009
    Age
    27
    Posts
    2,128
    Thanks given
    261
    Thanks received
    280
    Rep Power
    563
    just add stopmovement(); ?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,167
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    dont work
    added stopmovement in case 154 clickbutton and dont work
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,167
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    someone pls?
    Reply With Quote  
     

  5. #5  
    Registered Member
    .Dan's Avatar
    Join Date
    Sep 2008
    Age
    25
    Posts
    873
    Thanks given
    54
    Thanks received
    115
    Rep Power
    494
    Learn to read before post.
    You wrote "llastemote" with two "l".
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jul 2008
    Posts
    3,532
    Thanks given
    188
    Thanks received
    696
    Rep Power
    0
    Quote Originally Posted by DunnKz View Post
    Learn to read before post.
    You wrote "llastemote" with two "l".
    That or he doesnt have the lastemote method, Case matters too, make sure its not something like LastEmote
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,167
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    Quote Originally Posted by DunnKz View Post
    Learn to read before post.
    You wrote "llastemote" with two "l".
    Because i use llastemote......and my problem is with settime not with llastemote...
    Reply With Quote  
     

  8. #8  
    Registered Member
    .Dan's Avatar
    Join Date
    Sep 2008
    Age
    25
    Posts
    873
    Thanks given
    54
    Thanks received
    115
    Rep Power
    494
    Quote Originally Posted by badger41 View Post
    That or he doesnt have the lastemote method, Case matters too, make sure its not something like LastEmote
    You are right. :coolface:
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,167
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    read what i posted....i want to stop moving ,using my skillcape timers
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,167
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    can anyone help me pls...
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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
  •