05.05.2015, 16:06
What is this?
It's a simple filterscript which leaves a dead body (actor) when player dies and object wreckage when car "dies" (respawns). The time of the remains is 2 minutes before it's automatically destroyed (you can change it to different time in the filterscript).
Credits:
- Incognito for streamer plugin,
- ****** for foreach/iterator include.
Make sure to download the streamer plugin.
Pictures:
Definitions:
There is one definition in the filterscript which should concern you:
This definition obviously tells the script how many remains are allowed to be created.
Download:
PWN file:
AMX file:
It's a simple filterscript which leaves a dead body (actor) when player dies and object wreckage when car "dies" (respawns). The time of the remains is 2 minutes before it's automatically destroyed (you can change it to different time in the filterscript).
Credits:
- Incognito for streamer plugin,
- ****** for foreach/iterator include.
Make sure to download the streamer plugin.
Pictures:
Definitions:
There is one definition in the filterscript which should concern you:
pawn Code:
#define MAX_REMAINS (25)
Download:
PWN file:
AMX file: