Thread: % done
View Single Post
  #53  
Old 10-18-2001, 02:30 AM
Birdbird_02 Birdbird_02 is offline
Registered User
Join Date: Jul 2001
Location: SCARYYTY BRHIN UR DBEAD!!
Posts: 62
Birdbird_02 is on a distinguished road
Here's my nooberific scriptar XD:
// NPC made by Glenn modified slightly by Tyne
//#CLIENTSIDE
//Cutting
if (actionCut && playerx>x-3 && playerx<x+8 && playery>y-4 && playery<y+10)
{
message #s(this.Cutted1)%;
setstring this.Cutted1,#v(strtofloat(#s(this.GCutted1))+5);
putleaps 0, x, y;
}else { setstring this.Cutted1,0; message 0%;}

if (strtofloat(#s(this.Cutted1))>105)
{
setplayerprop #c,Got Thingie Ma Bobby!;
setstring this.Cutted1,0;
setstring client.JPAM,#v(strtofloat(#s(client.JPAM))+1);
hide;
sleep 30;
show;
}
__________________
Glenn >=]
Reply With Quote