The Bank Rob Script By Jutt { ALl Credits By Jutt ]
if ( pickup.Model == 380 )
{
player.Cash += 100000;
PlaySound( player.UniqueWorld ,470, player.Pos );
Message( " " + player.Name + " has robbed 1000000$ from the bank. all cops are requested to arrest him as soon as possible!!!!!!!!" );
pickup.RespawnTime = 100000;
}
======== Thank You ========
if ( pickup.Model == 380 )
{
player.Cash += 100000;
PlaySound( player.UniqueWorld ,470, player.Pos );
Message( " " + player.Name + " has robbed 1000000$ from the bank. all cops are requested to arrest him as soon as possible!!!!!!!!" );
pickup.RespawnTime = 100000;
}
======== Thank You ========