#[SOLVED] something is kinda wrong with system messages

1 messages · Page 1 of 1 (latest)

jaunty dawn
#

whenever a client intiates a votekick, system messages only appear for 1 client and appear multiple times, it still kinda works though

#

i used a .txt file for this since discord would probably limit me because the message is "too long"

earnest current
#

you can send it as a .lua if you want

earnest current
#

first just do fireallclients

#

and second your sending it to the original player, not the plrayer variable you defined in the loop

#

so every fire is going to the og player

#

also uh

#

i recommend moving some things into functions because the entire code is in a player added

#

it'll work but painful to read

#

this never disconnects

jaunty dawn
#

ok ima try fire all clients

earnest current
jaunty dawn
#

only votekick status thing works properly now

#

ill inspect my script further

earnest current
jaunty dawn
#

oh great ty it now actually works