View Single Post
  #11  
Old 03-12-2002, 09:21 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
just do this


NPC 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;
}

__________________
[signature]insert here[/signature]

Last edited by screen_name; 03-12-2002 at 10:53 PM..
Reply With Quote