[FilterScript] [FS] Arrest/Kidnap Commands (DCMD) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] Arrest/Kidnap Commands (DCMD) (
/showthread.php?tid=112972)
[FS] Arrest/Kidnap Commands (DCMD) -
Oxside - 11.12.2009
Arrest/Kidnap Commands (DCMD)
Heey
As many people need a /ar or /arrest command or a kidnap command (wich works the same) i decided to make one.
It has been written with dcmd and sscanf.
Download:
http://pastebin.com/f15cd2ba6
Oxside
Re: [FS] Arrest/Kidnap Commands (DCMD) -
Lotusmp - 11.12.2009
Merry Christmas
Well thats not bad !
Re: [FS] Arrest/Kidnap Commands (DCMD) -
Kizza - 11.12.2009
Very Good, Keep it up.
Re: [FS] Arrest/Kidnap Commands (DCMD) -
Oxside - 12.12.2009
Thanks, it was pretty easy..
Just 3 minuts work
Re: [FS] Arrest/Kidnap Commands (DCMD) -
Retardedwolf - 13.12.2009
Shouldn't
pawn Code:
if (GetDistanceBetweenPlayers(playerid) >5)
Be
pawn Code:
if (GetDistanceBetweenPlayers(playerid,id) >5)
?
If you have enough time then script more commands like TK,ETC.
Re: [FS] Arrest/Kidnap Commands (DCMD) -
Oxside - 13.12.2009
no
Re: [FS] Arrest/Kidnap Commands (DCMD) -
Oxside - 14.12.2009
I will do /taze and /find, /ticket,
Re: [FS] Arrest/Kidnap Commands (DCMD) -
Oxside - 14.12.2009
Thanks btw i will script taze and some other police and rob stuff
Re: [FS] Arrest/Kidnap Commands (DCMD) -
Postalityjr - 14.02.2010
umm im really new with pastebin so how do you use it on my server?
Re: [FS] Arrest/Kidnap Commands (DCMD) -
Oxside - 05.03.2010
Pastebin is justa website to post the code on.
You need to copy the code to Pawno (Pawn) compile it and add the FS to your filterscript line in server.cfg. The run the server. If you don't understand any of this then follow a beginners tutorial.