Thread: Bread Help
View Single Post
  #4  
Old 09-28-2001, 10:16 AM
Metal-Slug Metal-Slug is offline
!_!
Metal-Slug's Avatar
Join Date: Jun 2001
Posts: 2,421
Metal-Slug is on a distinguished road
Quote:
Originally posted by SSj_Link
ok Im gonna fix this, BUT I have to be able to use it on my server
ok?


// NPC made by UrĂ³nd the Paladin
if (playertouchsme) {
toweapons Bread;
this.Bcount = +1;
}
if (isweapon && Bcount<1) {
destroy;
}
if (weaponfired && this.Bcount>1) {
playerhearts+=2;
this.Bcount -=1;
}

That should fix it

-freaky-
thanks, but only if it works can you use it, i'll tell you tommorow
Reply With Quote