on any move:

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

MiniKilian

New Member
Nov 6, 2021
7
0
1
24
English:
Hi there,
I have a little problem with an event.
I have already searched many forums but unfortunately couldn't find a suitable answer.
My problem is when I try to use this event, an error occurs: The script does not know the event. Do I need SkQuery for that or something?

But I already have these script addons: SkQuery and skRayFall +

My code:
on any movement:
make console execute command "/ kill% player%"
wait 3 seconds
stop

I hope someone can help me!

Kind regards

German:
Hallo,
ich habe ein kleines Problem mit einem Event.
Ich habe bereits schon auf vielen Foren gesucht aber leider keine passende antwort gefunden.
Mein Problem ist wenn ich dieses event benutzen möchte, kommt ein Fehler auf: Das Skript das event nicht kennt. Brauch ich dafür SkQuery für oder so?

Ich habe aber bereits diese Skript addons: SkQuery und skRayFall+

Mein Code:
on any movement:
make console execute command "/kill %player%"
wait 3 seconds
stop

Ich hoffe jemand kann mir helfen!

Mit freundlichen Grüßen
 
Englisch:
Unfortunately does not work :emoji_frowning: Error message: Can't understand this section: on any movement (skript.sk, line 51: on any movement: '

German:
Funkoniert leider nicht :emoji_frowning: Fehlermeldung: Can't understand this section: on any movement (skript.sk, line 51: on any movement:'
 
English:
Hi there,
I have a little problem with an event.
I have already searched many forums but unfortunately couldn't find a suitable answer.
My problem is when I try to use this event, an error occurs: The script does not know the event. Do I need SkQuery for that or something?

But I already have these script addons: SkQuery and skRayFall +

My code:
on any movement:
make console execute command "/ kill% player%"
wait 3 seconds
stop

I hope someone can help me!

Kind regards

German:
Hallo,
ich habe ein kleines Problem mit einem Event.
Ich habe bereits schon auf vielen Foren gesucht aber leider keine passende antwort gefunden.
Mein Problem ist wenn ich dieses event benutzen möchte, kommt ein Fehler auf: Das Skript das event nicht kennt. Brauch ich dafür SkQuery für oder so?

Ich habe aber bereits diese Skript addons: SkQuery und skRayFall+

Mein Code:
on any movement:
make console execute command "/kill %player%"
wait 3 seconds
stop

Ich hoffe jemand kann mir helfen!

Mit freundlichen Grüßen

1: yes it does require SkQuery, but you said you have it. Run /pl, and if SkQuery is red, that means there is a problem with it
2: you should avoid using "make console execute command" as much as possible, as it causes a lot of lag

it would also be a good idea to check console for any errors
 
1: yes it does require SkQuery, but you said you have it. Run /pl, and if SkQuery is red, that means there is a problem with it
2: you should avoid using "make console execute command" as much as possible, as it causes a lot of lag

it would also be a good idea to check console for any errors

English:
Okay, I left out the "make console execute command". In addition, SkQuery is not displayed in red and I still get the same error message. Could it be because I am using the 1.17.1 script version?

German:
Okay, ich habe das mit den "make console execute command" jetzt weggelassen. Außerdem wird SkQuery nicht rot angezeigt und es kommt immer noch die gleiche Fehlermeldung.. Kann es vielleicht daran liegen, weil ich die 1.17.1 Skript version benutze?
 
English:
Hi there,
I have a little problem with an event.
I have already searched many forums but unfortunately couldn't find a suitable answer.
My problem is when I try to use this event, an error occurs: The script does not know the event. Do I need SkQuery for that or something?

But I already have these script addons: SkQuery and skRayFall +

My code:
on any movement:
make console execute command "/ kill% player%"
wait 3 seconds
stop

I hope someone can help me!

Kind regards

German:
Hallo,
ich habe ein kleines Problem mit einem Event.
Ich habe bereits schon auf vielen Foren gesucht aber leider keine passende antwort gefunden.
Mein Problem ist wenn ich dieses event benutzen möchte, kommt ein Fehler auf: Das Skript das event nicht kennt. Brauch ich dafür SkQuery für oder so?

Ich habe aber bereits diese Skript addons: SkQuery und skRayFall+

Mein Code:
on any movement:
make console execute command "/kill %player%"
wait 3 seconds
stop

Ich hoffe jemand kann mir helfen!

Mit freundlichen Grüßen
You shouldn't use the on any movement event from skquery, skript has added its own on player move event which only checks when the player's position changes https://skriptlang.github.io/Skript/events.html#move
 
Status
Not open for further replies.