SA-MP Forums Archive
[REQUEST] Rob System - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [REQUEST] Rob System (/showthread.php?tid=296419)



[REQUEST] Rob System - Stefand - 11.11.2011

Hi players,

Can someone please make or give me a ROB system for stores? i realy need it for my Roleplay server

If you can script maybe you can make one.

Greetz Stefan


Re: [REQUEST] Rob System - seanny - 11.11.2011

Uhmm....Try using The Script Request Thread


Re: [REQUEST] Rob System - Hellhound - 11.11.2011

I know a perfect site where you can get it... Just type ******.com... Im always using it


Re: [REQUEST] Rob System - Stefand - 11.11.2011

I searched ****** before posting but i can only find old one woth not working download links


Re: [REQUEST] Rob System - [MWR]Blood - 11.11.2011

Please request scripts in this topic - https://sampforum.blast.hk/showthread.php?tid=187229 ...


Re: [REQUEST] Rob System - -CaRRoT - 11.11.2011

Well , This is A REALLY basic Rob System , Here :

pawn Код:
if(strcmp(cmd, "/robbank", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(robbing[playerid] == 1)
            {
                SendClientMessage(playerid, COLOR_GREY, " You are already robbing the bank, please slow down");
                return 1;
            }
            if(alreadyrobbed[playerid] == 1)
            {
                SendClientMessage(playerid, COLOR_WHITE, "You already robbed the bank! Wait 1 hour.");
                return 1;
            }
            if(!IsPlayerInRangeOfPoint(playerid, 5.0, 2328.8669,-1919.2814,828.1979))//--Change those X Y Z
            {
                SendClientMessage(playerid, COLOR_GREY, "   You are not at the bank !");
                return 1;
            }
                    SendClientMessage(playerid, COLOR_WHITE, "You have Robbed Los Santos Local Bank And Stole 1 Million Dollar - Stay low From Cops for few");
                    robbing[playerid] = 1;
                    LoopingAnim(playerid,"ped", "ARRESTgun", 4.0, 0, 1, 1, 1, 0);
                    GivePlayerMoney(playerid, 1000000);
                    SendClientMessageToAll(COLOR_ORANGE, "||----------Latest News----------||");
                    SendClientMessageToAll(COLOR_NICEGREEN, " Los Santos Local Bank Trust has Been Broken.");
                    SendClientMessageToAll(COLOR_NICEGREEN, " The Bank is Currentley getting Robbed. ");
                    SendClientMessageToAll(COLOR_NICEGREEN, " We will report more once we get more information");
                    SendClientMessageToAll(COLOR_ORANGE, "||----------Latest News----------||");
                    return 1;
                }
            }

Also Add those at the Top :


new robbing[MAX_PLAYERS];
new alreadyrobbed[MAX_PLAYERS];


Re: [REQUEST] Rob System - Stefand - 11.11.2011

it wont work :S


Re: [REQUEST] Rob System - -CaRRoT - 11.11.2011

What's the Problem ? And also - Did you change The Co-ordiantes of the Robbing place ?


Re: [REQUEST] Rob System - Stefand - 11.11.2011

yes but i need it as a Filterscript becouse i have a strange way of Commands .
(im using Vortex Rolepplay 1) (i changed alot but i only still need a Rob System)


Re: [REQUEST] Rob System - Stefand - 12.11.2011

Does someone know a Player Rob System?


Re: [REQUEST] Rob System - danik18 - 15.01.2013

Here you go,first you stand in the front of the gym,pizza parlor,bank,city hall,ammu nation, or the gas station and then type the command whice is shown at the entrance and you begin to rob the store.You will get 3 stars if the rob is succesfull,but you receive also a small amount of money(exclusive bank,city hall, you receive a good cash there).Good robbery