22.02.2013, 23:52
Defecation Filterscript
A silly script that allows you to excrete bodily fluids on a dead player or where you see fit.
I saw the "crapyopants" filterscript and well thought it would be funny to release a real filterscript with that concept this code was written a while ago and has been modified to work in a standalone filterscript, it's just for fun and a few laughs mainly.
Requires ZCMD
Commands:
/shit /s
/piss /p
PasteBin
http://pastebin.com/SPtp4fyz
Side Note:
LOL!
A silly script that allows you to excrete bodily fluids on a dead player or where you see fit.
I saw the "crapyopants" filterscript and well thought it would be funny to release a real filterscript with that concept this code was written a while ago and has been modified to work in a standalone filterscript, it's just for fun and a few laughs mainly.
Requires ZCMD
Commands:
/shit /s
/piss /p
PasteBin
http://pastebin.com/SPtp4fyz
Side Note:
Code:
SetTimerEx("WipeAss", 2000, false, "i", playerid) .... forward WipeAss(playerid); public WipeAss(playerid) { RemovePlayerAttachedObject(playerid, 9); return 1; }