SA-MP Forums Archive
[FilterScript] Street Robbery - 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] Street Robbery (/showthread.php?tid=580621)



Street Robbery - Jakwob - 06.07.2015

Street Robbery
v1.0!
(Fresh Start Update)
Hey guys i made this filterscript in the hope that maybe i will help someone that needs it.

Description:

This is a robbery system where you can rob any player within a certian distance, but in order to perform a robbery you will need
to have a knife equipped, there is also a 75% chance you will not succeed, you can rob a player for an amount between $100 and $100,000.

Commands:
Features:
Customize:

pawn Код:
#define MAX_ROBBERY_AMOUNT 100000 (you can change to max amount)
#define MIN_ROBBERY_AMOUNT 100 (you can change to min amount)
Requirements:
Installation:
Screenshots:

http://i57.tinypic.com/9a8jgw.jpg
http://i59.tinypic.com/2usa711.jpg
http://i62.tinypic.com/34ye244.jpg
http://i57.tinypic.com/5anqrk.jpg
http://i57.tinypic.com/j7etsn.jpg




Re: Street Robbery - SecretBoss - 06.07.2015

Nice script +REPed


Re: Street Robbery - LMaxCo - 07.07.2015

Nice one


Re: Street Robbery - Jakwob - 07.07.2015

Thanks for the rep and comments guys, just to let you know Version 2.0 (Improvement Update) is under way and Version 3.0 is already mapped out and will be the HVT update. If you want to suggest anything feel free to comment.


Re: Street Robbery - M0HAMMAD - 07.07.2015

like it. also very like it need a knife for rob !
nice job


Re: Street Robbery - Andy5 - 07.07.2015

Looks Nice , Good Job


Re: Street Robbery - muzammilfreeman - 07.07.2015

Great job matey!


Re: Street Robbery - Jakwob - 08.07.2015

Quote:
Originally Posted by muzammilfreeman
Посмотреть сообщение
Great job matey!
Thanks mate

Quote:
Originally Posted by Andy5
Посмотреть сообщение
Looks Nice , Good Job
Thanks

Quote:
Originally Posted by M0HAMMAD
Посмотреть сообщение
like it. also very like it need a knife for rob !
nice job
Thanks mate I wanted it to be a little different, the updates will make this event better.


Re: Street Robbery - MafiaOink - 08.07.2015

ROFL
You can rob yourself, Addition:
add if(target variable == playerid) return 1; or return 0;
faog


Re: Street Robbery - Jakwob - 08.07.2015

Yea finally people have noticed a problem. Thanks for that, it is already fixed in v2.0 which is nearly ready for release. There are other things in this like the help dialog is a bit wrong as well. Anyway thanks again for spotting that.