#1

Hey guys. I know this is wrong thread but can someone make /robbank for me?? I did my own but have problems with it. Thank you
Reply
#2

You know it's the wrong section, why you made the thread? lol

Well, We can help you to fix your command, can you show it for us?
Reply
#3

Well there is problem. I deleted whole command. -_-
Reply
#4

This thing isn't maked by me.
Code:
CMD:robbank(playerid, params[]) 
{
	    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, 2308.8071,-13.2485,26.7422))
	        {
	            SendClientMessage(playerid, COLOR_GREY, "   You are not at the bank !");
	            return 1;
	        }
					SendClientMessage(playerid, COLOR_WHITE, " You started to rob the bank, This will take 10 minutes");
					SetTimerEx("bankrob", 600000, false, "i", playerid);
					robbing[playerid] = 1;
					LoopingAnim(playerid,"ped", "ARRESTgun", 4.0, 0, 1, 1, 1, 0);
                                        SendClientMessageToAll(COLOR_ORANGE, "||----------Latest News----------||");
					SendClientMessageToAll(COLOR_WHITE, " The bank is currently getting robbed.");
					SendClientMessageToAll(COLOR_WHITE, " We are currently waiting for the cops");
					SendClientMessageToAll(COLOR_WHITE, " We will report more when we get more information");
					SendClientMessageToAll(COLOR_ORANGE, "||----------Latest News----------||");
					return 1;
				}
			}
Reply
#5

Re-script your own and once you have problems, post here.
Reply
#6

Okay i will
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)