Can some one help me and tell me the error only been making skripts since today xD

Status
This thread has been locked.

ClassyOG

Banned
Feedback score
0
Posts
47
Reactions
2
Resources
0
Can some one help me and tell me the error only been making skripts since today xD


command /record [<text>]:
permission: record.iseduce
trigger:
Broadcast "&e@p &cis now recording!!!"
wait 500 seconds
else: message "&c you can only use this command every 500 seconds"
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Candy

Candy | Web Developer
Premium
Feedback score
5
Posts
283
Reactions
164
Resources
0
command /record [<text>]:
maybe move the : to command?
 

ClassyOG

Banned
Feedback score
0
Posts
47
Reactions
2
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/classyog-scam-report.113034/)

Candy

Candy | Web Developer
Premium
Feedback score
5
Posts
283
Reactions
164
Resources
0
can you do it for me and post it for a vouch :)?
command: /record [<text>]
permission: record.iseduce
trigger:
Broadcast "&e@p &cis now recording!!!"
wait 500 seconds
else: message "&c you can only use this command every 500 seconds"[DOUBLEPOST=1466443105][/DOUBLEPOST]Maybe?
 

DamagedShadows

Supreme
Feedback score
0
Posts
943
Reactions
157
Resources
0
Code:
command /record [<text>]:
    permission: record.iseduce
    trigger:
        if arg 1 is "blah":
            Broadcast "&e@p &cis now recording!!!"
            wait 500 seconds
        else:
            message "&c you can only use this command every 500 seconds"
[DOUBLEPOST=1466454582][/DOUBLEPOST]
Code:
command /record [<text>]:
    permission: record.iseduce
    trigger:
        if arg 1 is set:
            Broadcast "&e@p &cis now recording!!!"
            wait 500 seconds
        else:
            message "&c you can only use this command every 500 seconds"


or do that, [<text>] means that argument is optional. <text> means that argument is not optional
 
Status
This thread has been locked.
Top