Solved End game credits

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Mattllama987

Active Member
Aug 5, 2018
225
7
18
24
Hello, im trying to send the end game credits to a player, and what i have isnt working. Does anyone know how to do this? Here is the message it shows in chat:
https://gyazo.com/275ce35555220214f34cfa500eade775
Thanks!
~Matt

Im not even sure this is the correct way?

Code:
command /test:
    trigger:
        set {_end} to new play_server_game_state_change packet
        set byte pnum 4 of {_end} to 1
        send packet {_end} to sender
 
That gives no error, but does literally nothing.
[doublepost=1593132374,1593132320][/doublepost]I also heard that method doesnt really work anymore.
 
Try this instead
Code:
set int field of {_end} to 4
set float field  of {_end} to 1
 
Status
Not open for further replies.