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