heres jailPlace.
Also, it doesn't even show the users name.
Code:
public jailPlace(id, flagNumber)
{
new string[64]
switch(flagNumber)
{
case 0: string = "Minor Offences Cell"
case 1: string = "Robbery Cell"
case 2: string = "Major Offences Cell"
case 3: string = "Heavy Assault Cell"
case 4: string = "Firing Squad"
case 6: string = "Admin Cell 1"
case 7: string = "Admin Cell 2"
case 8: string = "Catacombes"
default: string = "Error"
}
return string
}