Thread: Bread Help
View Single Post
  #5  
Old 09-28-2001, 10:18 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

and Im waiting for Kai, Rebel95 or possibly KJL to correct me

-freaky-
nope, dont work, didnt fix, but thanks for helping and not flaming or splodin a grenade on my face
Reply With Quote