Raven's Roleplay Bank
#1

I want to change the money you get from robbing the bank anyone knows the location?
Reply
#2

Search around in the script for a robbank command or something.
Reply
#3

Код:
{
				        SendClientMessage(playerid, COLOR_ORANGE, "* You are now Robbing the bank , please remain in the checkpoint for 95 Seconds!");
	                    RobbingTime[playerid] = 95;
						RobBankTimer = SetTimerEx("RobBank",1000,true,"i",playerid);
			            WantedPoints[playerid] = 5;
			            SetPlayerCriminal(playerid,255, "Robbing the Bank");
			            PlayerInfo[playerid][pRobTime] = 900;
			            BankRobbedRecently = 1;
						SetTimer("UnsetBankRob",1500000,false);
						OnePlayAnim(playerid, "SHOP", "ROB_Shifty", 4.0, 0, 0, 0, 0, 0); // Rob Lookout
					}
Know where?
Reply
#4

Look at the "RobBank" function that the timer calls.

That's where the payout occurs I think.
Reply
#5

oke thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)