Code:
on jump:
if player has permission "perm":
if y-coordinate of player is >= 70:
make player execute command "kit member"
stop
How to fix this ? (if y-coordinate of player is >= 70
[doublepost=1551620014,1551619947][/doublepost]
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 community!
Now, what are you waiting for? Join the community now!
You can always check out skUnity Downloads for downloads and any other information about Skript!
on jump:
if player has permission "perm":
if y-coordinate of player is >= 70:
make player execute command "kit member"
stop
http://prntscr.com/mt16e6What do you mean? Does it result in an error while parsing?
Use >= instead of is >=
Why it's always give me a error in spacesCode:on jump: if player has permission "perm": if y-coordinate of player >= 70: make player execute command "kit member"
how to stick to one of them ? and how to make tab?Well the error tells you exactly what's wrong: you're using tabs and spaces at the same time, stick to one of the two (I recommand tabs)
well , thanksYou make a tab by pressing the tab key on your keyboard: View attachment 3205
With `stick to one of the two` I mean, only use one and not the other. Use ONLY tabs or ONLY spaces. If you choose spaces, don't choose 1 space as it's very annoying to read
You make a tab by pressing the tab key on your keyboard: View attachment 3205
With `stick to one of the two` I mean, only use one and not the other. Use ONLY tabs or ONLY spaces. If you choose spaces, don't choose 1 space as it's very annoying to read
No problem, glad to helpwell , thanksDDDDD
Well, the roles that exists on skUnity are mostly roles where you have to do something specific (donate to skUnity, develop a Skript addon) and I simply haven't done any of those things. The roles Regular and Helper are not used (I think) because I've never seen anyone with those roles.why you don't have a rank in skunity website ?
it told me that on jump: event won't work :-: you know the correct event ?You make a tab by pressing the tab key on your keyboard: View attachment 3205
With `stick to one of the two` I mean, only use one and not the other. Use ONLY tabs or ONLY spaces. If you choose spaces, don't choose 1 space as it's very annoying to read