#CrimeTown

1 messages · Page 1 of 1 (latest)

vocal lichen
#

No way sirunlikely has a server supershock

#

Seems cool

unreal wolf
#

Wowzas

opaque ice
#

no way

golden wigeon
#

raaaaaaaaaaaa

vocal lichen
#

I was trying to but I don’t think I can give a reaction

golden wigeon
#

try now

vocal lichen
#

Yea I have it one

golden wigeon
#

lets go

#

love you

vocal lichen
golden wigeon
#

for a trailer

#

(my editing skills are unmatched)

vocal lichen
#

Pretty sure it’s fine

golden wigeon
#

lets go

vocal lichen
#

It’s a trailer for your server like

golden wigeon
#

The Goated Crime Trailer ^^^

vocal lichen
#

Epic trailer (slight lag tho) woohoo

golden wigeon
#

i chose lag

#

screw the watermark!!!

vocal lichen
#

yeah screw that watermark fr

golden wigeon
#

I love that all the upvotes are from my mlum boys

#

🥹

vocal lichen
#

bump

golden wigeon
vocal lichen
#

😳

#

Epic

golden wigeon
#

Update

I've started to add mayor elections!

So you can vote for mayors, which are npcs that grant passive benefits but also a downside

#

think of skyblock mayors in hypiccckel

golden wigeon
#

Real

hollow delta
#

can you make my perks like

#

every 10 minute a monkey has a 23.7% chance of spawning

hollow delta
golden wigeon
#

next election

hollow delta
#

can i be a permanent candidate

#

like skyblock

#

wehre i come every so often

#

like every 2 elections

distant maple
#

he got tired of suggesting "add city" in mlum discord

vocal lichen
#

bump

lofty matrix
#

bump

golden wigeon
lofty matrix
#

❤️

mint oracle
#

Bump

golden wigeon
#

what benefits do u want me to give u

#

first election will end soon

#

based

#

alright

#

what about ur upside

#

ok 🙂

#

like weakness?

#

or slowness

#

idk

#

ah

#

they wear chain

#

baha

golden wigeon
#

When mlumers hoppin on crimetown to rap kill some cops i mean guards

wet steeple
#

🔫 MikePt2

vocal lichen
#

Played server it was fun like

vocal lichen
#

bump

hollow delta
#

bump

golden wigeon
#

Crimetown new mayors have dropped

golden wigeon
#

L

hollow delta
golden wigeon
#

L

hollow delta
#

liar

#

@golden wigeon you seem smart since you did mayor elections

#

do yoiu think you could help me on a queue skript

#

so i have like the joining and leaving the queue

#

but i want it to be once 6 players join it starts a 30 second countdown and then puts you in the game

#

but idk what to do

golden wigeon
#

my worst enemy

hollow delta
#

it would be like if theres 6 players or more then start ythe countdown

#

but you cant have an if statement by itself

golden wigeon
#

i'll do it

#

for $1

hollow delta
#

unfortunately

#

thjat cannot be arranged

#

however

golden wigeon
#

ur code

#

and i can help

hollow delta
#

i will use my monthly ads on your server

#

ok hgold on

golden wigeon
#

we need the players

hollow delta
#

do you want hte one i made or the one that i got from the minehut tutorial

#

theyre both basically the same but the inehut one looks better

golden wigeon
#

lmao

hollow delta
#
    trigger:
        if {queue::*} does not contain player:
            add player to {queue::*}
            send "&b&l! &eYou were added to the queue; to leave, run the command again."
            broadcast "&b&l! &e%player% joined the queue." 
        else:
            remove player from {queue::*}
            send "&b&l! &eYou were removed from the queue."
            broadcast "&b&l! &e%player% left the queue"
#

also if it drops below 6

#

cancelk the countdown

#

until it goes back up

golden wigeon
#

i'm confused

#

on what u want me to do

hollow delta
#

i am too

#

oh

#

like

#

when theres 6 people in the queue

#

it needs to start a countdown for 30 seconds

#

and after 30 seconds it teleports you into the game

#

and at any time during hte countdown if it drops below 6 players

#

then it just needs to cancel the countdown until it goes back up to 6

#

i forgot loop all players was a thing

golden wigeon
#
    loop all players:
          if {queue::*} is greater than 6:
                delete {CoolDownSet}
                if {CoolDownSet} is not set:
                    set {CoolDownSet} to true
                    broadcast "&4&l! &eThe game will start in 30 seconds"
                    wait 30 seconds
                    if {queue::*} is greater than 6:
                        #code
                    else:
                       broadcast "&cThe queue was cancelled
                       delete {CoolDownSet}```
#

that is like

#

really bad

#

i did that on the flu

hollow delta
#

its ok

#

if it works i dont care

#

wait

#

wouldnt that just start a countdown every second

golden wigeon
#

no

#

because it sets set {CoolDownSet} to true

hollow delta
#

oh

golden wigeon
#

and it wont do it again until it's deleted

#

that's very bad tho

#

idk if it'll work

#

u'll have to work on it

hollow delta
#

ok

hollow delta
#

so it would just keep going

golden wigeon
#

if {CoolDownSet} is not set: which detects whether the global variable is set (it isn't)

#

and than it set it right after

#

so it is set

hollow delta
#

yeah but every second it will delete it and then set it to true

golden wigeon
#

so it can't run it again

#

until; it's deleted