1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved 1 Time use command

Discussion in 'Requests' started by KAVKAZIE, May 26, 2019.

  1. KAVKAZIE

    KAVKAZIE Active Member

    Joined:
    Feb 27, 2017
    Messages:
    146
    Likes Received:
    0
    Hey, How to do command 1 time use command like /relciam on HCF servers. Thanks.
     
  2. MeHow

    MeHow Active Member

    Joined:
    Feb 6, 2017
    Messages:
    140
    Likes Received:
    13
    Code (Text):
    1. command /relciam:
    2.     trigger:
    3.         if {server::command::relciam::%player%} is not set:
    4.             set {server::command::relciam::%player%} to "You can't use this command anymore!"
    5.         else:
    6.             send "&7%{server::command::relciam::%player%}%"
     
  3. KAVKAZIE

    KAVKAZIE Active Member

    Joined:
    Feb 27, 2017
    Messages:
    146
    Likes Received:
    0
    ty
     
  4. couger44

    Supporter

    Joined:
    Feb 19, 2017
    Messages:
    714
    Likes Received:
    31
    Mark this post as solved.
     

Share This Page

Loading...