Facebook
From Mustard Pudu, 4 Years ago, written in Plain Text.
This paste is a reply to Untitled from Tacky Bison - go back
Embed
Viewing differences between Untitled and Re: Untitled
    2:
      text:
      - '&fRanga: {skript:prefix.%player%}'
%skript_{prefix.%player%}%
      interval: 1
      random: false
    4:
      text:
      - '&fPortfel: {skript:zloto.%player%}'
%skript_{zloto.%player%}%
      interval: 1
      random: false
      
====================================================================================

variables:
        {zloto.%player%} = 0,00

====================================================================================

variables:
    {prefix.%player%} = "&7[GRACZ]"

every 1 second in "Survival":
   loop all players:
            if loop-player's group is "default":
                     set {prefix.%loop-player%} to "&7[GRACZ]"
every 1 second in "survival":
   loop all players:
            if loop-player's group is "VIP":
                     set {prefix.%loop-player%} to "&a[VIP]"