Could someone make a 1.40 compatible script for me that says "Inmate #xxx" upon jailing? that would be great...
blankgirl
Jailer script request
Jailer script request
Lawlz wrote:I think everyone knows this since he posts pictures of himself after a fucked-up nights. XDS']['U wrote:DaJ4ck3L wrote:i love blank girl
You do know that blankgirl is a guy, right?
- (S1)G]-[0ST
- Posts: 33
- Joined: Sun Nov 04, 2012 6:09 pm
- Location: A spooky haunted house
- '][']-[RiLL3R
- Posts: 391
- Joined: Sun Jan 22, 2012 12:18 am
Re: Jailer script request
"Find a Job You Love and You'll Never Work a Day in Your Life"
- '][']-[RiLL3R
- Posts: 391
- Joined: Sun Jan 22, 2012 12:18 am
Re: Jailer script request
Code: Select all
function onGuiltyVerdict(%cl, %msg, %type) before onClientMessage
{
%substr = String::findSubStr(%msg, " Was judged GUILTY by ");
%inmate = String::getSubStr(%msg, 0, %substr);
%warden = String::getSubStr(%msg, %substr + 23, 256);
if(%cl == 2048 && $PCFG::Name == %warden && %type == 0)
{
while($Warden::InmateNumber[%i] != %inmate)
%i++;
$Warden::InmateNumber[%i] = %inmate;
say(0, "Arrest #"@ $Warden::arrests++ @", Inmate #"@ %i @", Offence #"@ $Warden::HabitualOffender[%i]++ @": "@ %warden @" don't need no damn reasons!");
export("Warden::*", "temp\\Warden.cs", false);
}
}
exec("temp\\Warden.cs");
Enjoy not only knowing how many people you have jailed, but also how many times you have jailed this individual, while automatically taunting the victims of your injustice.