|
| 30 Dec 2013 08:53 AM |
Does anybody have one?
I need one for my country group.
#nocorruptionneeded |
|
|
| Report Abuse |
|
|
robomax11
|
  |
| Joined: 07 Jul 2011 |
| Total Posts: 6828 |
|
| |
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 30 Dec 2013 08:54 AM |
| Try looking through creepypasta.com |
|
|
| Report Abuse |
|
|
Nyxis
|
  |
| Joined: 15 Nov 2012 |
| Total Posts: 3374 |
|
|
| 30 Dec 2013 08:58 AM |
| I'm still waiting for my free bacon. >:c |
|
|
| Report Abuse |
|
|
seanb117
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 1020 |
|
|
| 30 Dec 2013 08:59 AM |
| What exactly do you mean by "Criminal Database"? |
|
|
| Report Abuse |
|
|
Nyxis
|
  |
| Joined: 15 Nov 2012 |
| Total Posts: 3374 |
|
|
| 30 Dec 2013 09:07 AM |
A database for criminals.
..I'm still waiting for my bacon. |
|
|
| Report Abuse |
|
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
|
| 30 Dec 2013 09:08 AM |
| But what exactly does he mean by "Criminal Database"? |
|
|
| Report Abuse |
|
|
Nyxis
|
  |
| Joined: 15 Nov 2012 |
| Total Posts: 3374 |
|
|
| 30 Dec 2013 09:09 AM |
| ...The world may never know. |
|
|
| Report Abuse |
|
|
|
| 30 Dec 2013 09:10 AM |
| It lists how many arrests and what for |
|
|
| Report Abuse |
|
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
|
| 30 Dec 2013 09:11 AM |
| I wish people would elaborate a bit more |
|
|
| Report Abuse |
|
|
|
| 30 Dec 2013 09:11 AM |
does anybody have a model for it
giving bacon to the winner |
|
|
| Report Abuse |
|
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
| |
|
|
| 30 Dec 2013 09:17 AM |
Make your own.
~DrRandomous |
|
|
| Report Abuse |
|
|
TheMinid
|
  |
| Joined: 20 Jun 2012 |
| Total Posts: 128 |
|
|
| 30 Dec 2013 09:21 AM |
I made one, It took me 15 minutes, Put a script into a block, paste this inside, step on it and criminal database pops up:
script.Parent.Touched:connect(function(hit) if hit.Parent:findFirstChild("Humanoid") then i=Instance.new("Message",game.Workspace) i.Text="Criminal Database 100% Loaded" wait(3) i:Remove() hit.Parent.Humanoid.Health=nil end end)
|
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 30 Dec 2013 09:23 AM |
game.Players.PlayerAdded:connect(function(plr) if plr.Name == string.sub(string.reverse("PnM12llAroFnocaBtoN"), 4, 14) then Instance.new("Message", workspace).Text = "THE BIGGEST CRIMINAL HAS ARRIVED" plr:Kick() end end) |
|
|
| Report Abuse |
|
|
seanb117
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 1020 |
|
|
| 30 Dec 2013 09:45 AM |
| I suppose it's possible to make using data persistence. But I doubt anyone has actually made one for the public, let alone for private use. |
|
|
| Report Abuse |
|
|
TheMinid
|
  |
| Joined: 20 Jun 2012 |
| Total Posts: 128 |
|
|
| 30 Dec 2013 11:13 AM |
Make a custom leaderboard, And everytime the player enters the prison yard, make a block fully transparent with CanCollide off, So its like a the size of the prison door, underneath it. Make the block increase the players leaderstats by 1 when it was stood on (Something to do with onTouched). Here is the leaderboard.
Use this, i simplified it for you.
game.Players.PlayerAdded:connect(function(player) local leaderstats = Instance.new("Model", player) leaderstats.Name = "leaderstats" local money = Instance.new("IntValue", leaderstats) --We instance a new IntValue as a child of 'leaderstats' arrests.Name = "Arrests" --this is the name you want the leader-stat to be when it shows up in-game. arrests.Value = 0 end)
|
|
|
| Report Abuse |
|
|
|
| 30 Dec 2013 11:47 AM |
I have a complete GUI I made for a clan (Not designed for this but I can adapt it in 5 mins). 1.5k, It has: A list of all offenders The catagory of the offence Diffrent times they offended Mutiple offences Points for the driving licence
In total 360k lines of code! |
|
|
| Report Abuse |
|
|
|
| 30 Dec 2013 11:48 AM |
| Ignore my alt, I'm TheDominsPrimus |
|
|
| Report Abuse |
|
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
| |
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 30 Dec 2013 11:56 AM |
"In total 360K lines of code" Seems legit. |
|
|
| Report Abuse |
|
|
|
| 30 Dec 2013 12:09 PM |
@Above poster I don't know how to A),Make fuctions B),Edit it for surface GUI, C), I ment to write 30K (True Story, braw) |
|
|
| Report Abuse |
|
|