Solved need help with this :/

  • 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 community!

    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.

PuchiGFX

Member
Jan 26, 2017
246
5
18
Why this doesn't working?
Code:
code_language.skript:
if {arena::%arg-1%::players} is equal or greater than {arena::%arg 1%::jmn}:
Console error:
code_language.skript:
[14:00:11] [Server thread/ERROR]: [Skript] '::%arg 1%::jmn}' is not a valid item data (OdiseanTntTagArenas.sk, line 114: if {arena::%arg-1%::players} is equal or greater than {arena::%arg 1%::jmn}:')
any1 can help me?
 
Why this doesn't working?
Code:
code_language.skript:
if {arena::%arg-1%::players} is equal or greater than {arena::%arg 1%::jmn}:
Console error:
code_language.skript:
[14:00:11] [Server thread/ERROR]: [Skript] '::%arg 1%::jmn}' is not a valid item data (OdiseanTntTagArenas.sk, line 114: if {arena::%arg-1%::players} is equal or greater than {arena::%arg 1%::jmn}:')
any1 can help me?
Don't put a space between arg and 1.
 
ty, ">=" worked :emoji_slight_smile:
other thing not xd
the other thing didn't work because it should be:
code_language.skript:
if {arena::%arg-1%::players} is greater than or equal to {arena::%arg-1%::jmn}:
#do stuff
 
the other thing didn't work because it should be:
code_language.skript:
if {arena::%arg-1%::players} is greater than or equal to {arena::%arg-1%::jmn}:
#do stuff
Thank you, that works!
 
Status
Not open for further replies.