[FilterScript] [FS] Killable Npcs - Make them all die!
#1

What it does:
Makes all the npcs you add to your server capable of die.

How to install:
just add at your config file or load ingame.

Bugs:
Its not perfect. Cannot be yet. but report please. ( i didn't tested enough, just releasing soon cuz i need to help someone. )

Video:
Killable NPC's on SA-MP By Wafffllesss

Download:


Pastebin

Includes:
a_angles.inc By Tannz0rz
Reply
#2

Any screens or a vid ? btw great work !
Reply
#3

I sure will use it when I add some NPCs
Keel keel!
Reply
#4

Quote:
Originally Posted by dubstep
Any screens or a vid ? btw great work !
Not yet, maybe tomorrow =P
---
Thank you guys =]
Reply
#5

Quote:
Originally Posted by wafffllesss
Quote:
Originally Posted by dubstep
Any screens or a vid ? btw great work !
Not yet, maybe tomorrow =P
---
Thank you guys =]
You should not have to post without screens or maybe a vid
Reply
#6

Thanks for the script man.
I'll reply soon with the results!
Reply
#7

Quote:
Originally Posted by dubstep
Quote:
Originally Posted by wafffllesss
Quote:
Originally Posted by dubstep
Any screens or a vid ? btw great work !
Not yet, maybe tomorrow =P
---
Thank you guys =]
You should not have to post without screens or maybe a vid
Added
Reply
#8

Wow!
Nice job man, works perfectly!
Just one more thing lol
Imagine i want them to respawn(reconnect) after 5minutes, what code should i use?
Reply
#9

Nice. It looks a bit funny when it dies, but overall it's a pretty good filterscript.
Reply
#10

Quote:
Originally Posted by Shakur_
Nice. It looks a bit funny when it dies, but overall it's a pretty good filterscript.
Thank you =]

--------

Shower - Call him back when he disconect on a timer. like:
pawn Код:
OnPlayerDisconect(playerid,reason){
   if(!strcmp(npcname,PlayerName(playerid))){
    SetTimerEx("NpcConector",5*60*1000,0,"ss",npcname,filename);
   }
}
Something like this...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)