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