2PaCaLyPsE, on 21 December 2011 - 08:10 AM, said:
doesnt work for me character doesnt move -.-
FriskyAsian, on 16 January 2012 - 04:20 PM, said:
SuomiPro, on 12 March 2012 - 01:50 PM, said:
public int spamClick = -1;
int charOnScrn = RSPlayers().getPlayers(amountOfPlayers);
if(charOnScrn >= 5) {
spamClick = 1;
}
if(spamClick = 1) {
//do the loop with spam clicks
} else {
//do the loop no spam clicks
}
mastercork, on 15 March 2012 - 08:35 AM, said:
public int spamClick = -1;
int charOnScrn = RSPlayers().getPlayers(amountOfPlayers);
if(charOnScrn >= 5) {
spamClick = 1;
}
if(spamClick = 1) {
//do the loop with spam clicks
} else {
//do the loop no spam clicks
}
Rexib, on 15 March 2012 - 03:37 PM, said: