View Single Post
  #12  
Old 03-12-2002, 10:17 PM
mhermher mhermher is offline
galase galase!
mhermher's Avatar
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
mhermher is on a distinguished road
Send a message via ICQ to mhermher Send a message via AIM to mhermher Send a message via Yahoo to mhermher
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
}
__________________
Donate money for my trip to Germany

Adiarde Manager
Reply With Quote