All Full MundoSK Packets example

  • 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.

novastosha

Well-Known Member
Jan 11, 2019
344
22
18
28
SkUnity Street
Don't send me a link just a code that shows on packet event and packet receiving and sending
[doublepost=1570947831,1570909648][/doublepost]Bump!
 
Hmm, Skellet does an error as (DEV_BUILD) i think an update will fix it,
[doublepost=1570984159,1570984123][/doublepost]And MundoSK also i don't think after i installed the addon, but it still running normally
[doublepost=1570985028][/doublepost]Bump
 

Attachments

  • Capture.PNG
    Capture.PNG
    9.6 KB · Views: 235
Hmm, Skellet does an error as (DEV_BUILD) i think an update will fix it,
[doublepost=1570984159,1570984123][/doublepost]And MundoSK also i don't think after i installed the addon, but it still running normally
[doublepost=1570985028][/doublepost]Bump
Take a look at the syntax, and contruct the expression from that.
 
Could you make it for me please?

on packet event play_client_update_sign:
set {_a} to string packet 1 field
send "%{_a}%" to event-player
[doublepost=1570986038,1570985799][/doublepost]I fixed it, i think
[doublepost=1570986100][/doublepost]Nah i didn't
Send your new code + error
 
command /yo:
trigger:
set {_lol} to new play_server_open_sign_editor packet
send player packet {_lol}
on packet event play_client_update_sign:
set {_a} to string field 1
send "%{_a}%" to event-player
Returns <none> (No error)
Try 0 instead of 1
 
Okay good
Also, Thanks for trying to help me, I really appreciate it
[doublepost=1570987937,1570986848][/doublepost]
Okay good
Yo, I got an other problem, replace all method doesn't work

on packet event play_client_update_sign:
set {_a::*} to string array field 0

replace all "," in {_a::*} with ""
replace all "and" in {_a::*} with ""
replace all " " in {_a::*} with ""
replace all "0" in {_a::*} with ""
send "%length of {_a::*}%"
if length of {_a::*} is bigger than or equal to 7, 0, 0 and 0:
send "&cYour nickname is bigger than 7 letters!" to event-player
 
Also, Thanks for trying to help me, I really appreciate it
[doublepost=1570987937,1570986848][/doublepost]
Yo, I got an other problem, replace all method doesn't work

on packet event play_client_update_sign:
set {_a::*} to string array field 0

replace all "," in {_a::*} with ""
replace all "and" in {_a::*} with ""
replace all " " in {_a::*} with ""
replace all "0" in {_a::*} with ""
send "%length of {_a::*}%"
if length of {_a::*} is bigger than or equal to 7, 0, 0 and 0:
send "&cYour nickname is bigger than 7 letters!" to event-player
Where exactly is there error?
Debug your code
 
Status
Not open for further replies.