
03-12-2002, 10:17 PM
|
|
galase galase!
|
 |
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
|
|
Quote:
Originally posted by screen_name
just do this
[code]
if (isweapon) {
timeout=.1;
}
if (timeout) {
if (playerrupees>strtofloat(#s(client.rupees))) {
setstring client.rupees,0;
playerrupees=client.rupees;
setstring server.hackedrupees.#a,Had:#v(playerrupees) Supposed to Have: #s(client.rupees);
} else {
playerrupees=strtofloat(#s(client.rupees));
}
timeout=.1;
hehe, thanks, but...
mine isnt a hacker detector, its a anti hack program, anywasy Thanks for your idea I might use it 
}
|
|
|
|
|