AKillers Posted July 30, 2019 Share Posted July 30, 2019 I Have Tis Skript And It's All Errors And Im Sure It Right command /yub.rankupgrade.exe.secret: trigger: If player's balance is more than 5000: if {rank.%player%} is not "&8[&aVip&8]": send "&CYour Not Vip To Upgrade Your Rank !" stop else: set {rank.%player%} to "&8[&aVip&8]" set player's group to "vip+" send "&aYou Have Purchased Rank Upgrade From &aVip &aTo &aVip&6+&a Rank For 5000$ !" remove 5000 from player's balance stop else If player's balance is not more than 5000: send "&cYou Don't Have Enough Money !" stop else: send "&cYou Don't Have Vip !" stop command /yub.vip.exe.secret: trigger: If player's balance is more than 5000: set {rank.%player%} to "&8[&aVip&8]" set player's group to "vip" send "&aYou Have Purchase Vip Rank For 5000$ !" remove 5000 from player's balance stop If player's balance is not more than 5000: send "&cYou Don't Have Enough Money !" stop command /yub.nickcmd.exe.secret: trigger: If player's balance is more than 5000: execute console command "manuaddp %player% server.nick" send "&aYou Have Purchase NickCmd Rank For 5000$ !" remove 5000 from player's balance stop If player's balance is not more than 5000: send "&cYou Don't Have Enough Money !" stop command /yub.vip+.exe.secret: trigger: If player's balance is more than 5000: set {rank.%player%} to "&8[&aVip&6+&8]" set player's group to "vip" send "&aYou Have Purchase Vip+ Rank For 10000$ !" remove 5000 from player's balance stop If player's balance is not more than 5000: send "&cYou Don't Have Enough Money !" stop Link to comment Share on other sites More sharing options...
crazymarty Posted July 30, 2019 Share Posted July 30, 2019 7 hours ago, AKillers said: Previous Page Next Page Previous Page Next Page I Have Tis Skript And It's All Errors And Im Sure It Right command /yub.rankupgrade.exe.secret: trigger: If player's balance is more than 5000: if {rank.%player%} is not "&8[&aVip&8]": send "&CYour Not Vip To Upgrade Your Rank !" stop else: set {rank.%player%} to "&8[&aVip&8]" set player's group to "vip+" send "&aYou Have Purchased Rank Upgrade From &aVip &aTo &aVip&6+&a Rank For 5000$ !" remove 5000 from player's balance stop else If player's balance is not more than 5000: send "&cYou Don't Have Enough Money !" stop else: send "&cYou Don't Have Vip !" stop command /yub.vip.exe.secret: trigger: If player's balance is more than 5000: set {rank.%player%} to "&8[&aVip&8]" set player's group to "vip" send "&aYou Have Purchase Vip Rank For 5000$ !" remove 5000 from player's balance stop If player's balance is not more than 5000: send "&cYou Don't Have Enough Money !" stop command /yub.nickcmd.exe.secret: trigger: If player's balance is more than 5000: execute console command "manuaddp %player% server.nick" send "&aYou Have Purchase NickCmd Rank For 5000$ !" remove 5000 from player's balance stop If player's balance is not more than 5000: send "&cYou Don't Have Enough Money !" stop command /yub.vip+.exe.secret: trigger: If player's balance is more than 5000: set {rank.%player%} to "&8[&aVip&6+&8]" set player's group to "vip" send "&aYou Have Purchase Vip+ Rank For 10000$ !" remove 5000 from player's balance stop If player's balance is not more than 5000: send "&cYou Don't Have Enough Money !" stop Previous Page Next Page Previous Page Next Page Do you have essentials and vault command /giveinfo: trigger: send "--------------------------------------------" send "IGN: crazymarty" send "I am a decent skripter." send "Discord: crazymarty#1802" send "--------------------------------------------" Link to comment Share on other sites More sharing options...
AKillers Posted July 31, 2019 Author Share Posted July 31, 2019 Yes Link to comment Share on other sites More sharing options...
fdsfd_was_taken Posted August 1, 2019 Share Posted August 1, 2019 replace if player's balance is more than 5000: with if player's balance > 5000: and if player's balance is not more than 5000: with if player's balance < 5000: Quote Link to comment Share on other sites More sharing options...
Generic Posted August 2, 2019 Share Posted August 2, 2019 On 7/30/2019 at 11:46 AM, AKillers said: Previous Page Next Page Previous Page Next Page I Have Tis Skript And It's All Errors And Im Sure It Right command /yub.rankupgrade.exe.secret: trigger: If player's balance is more than 5000: if {rank.%player%} is not "&8[&aVip&8]": send "&CYour Not Vip To Upgrade Your Rank !" stop else: set {rank.%player%} to "&8[&aVip&8]" set player's group to "vip+" send "&aYou Have Purchased Rank Upgrade From &aVip &aTo &aVip&6+&a Rank For 5000$ !" remove 5000 from player's balance stop else If player's balance is not more than 5000: send "&cYou Don't Have Enough Money !" stop else: send "&cYou Don't Have Vip !" stop command /yub.vip.exe.secret: trigger: If player's balance is more than 5000: set {rank.%player%} to "&8[&aVip&8]" set player's group to "vip" send "&aYou Have Purchase Vip Rank For 5000$ !" remove 5000 from player's balance stop If player's balance is not more than 5000: send "&cYou Don't Have Enough Money !" stop command /yub.nickcmd.exe.secret: trigger: If player's balance is more than 5000: execute console command "manuaddp %player% server.nick" send "&aYou Have Purchase NickCmd Rank For 5000$ !" remove 5000 from player's balance stop If player's balance is not more than 5000: send "&cYou Don't Have Enough Money !" stop command /yub.vip+.exe.secret: trigger: If player's balance is more than 5000: set {rank.%player%} to "&8[&aVip&6+&8]" set player's group to "vip" send "&aYou Have Purchase Vip+ Rank For 10000$ !" remove 5000 from player's balance stop If player's balance is not more than 5000: send "&cYou Don't Have Enough Money !" stop Previous Page Next Page Previous Page Next Page try if player's balance is higher that 5000: instead of if player's balance is more that 5000: Minehut Server: RandomCMC.minehut.gg YouTube Channel: www.bit.ly/GenericDiscord Twitch: www.twitch.tv/TheGenericChannel Link to comment Share on other sites More sharing options...
AKillers Posted August 7, 2019 Author Share Posted August 7, 2019 It's Fixed Thanks Guys For The Help FIXED Link to comment Share on other sites More sharing options...
EthanGaret Posted August 24, 2020 Share Posted August 24, 2020 On 7/31/2019 at 10:51 PM, fdsfd_was_taken said: if player's balance > 5000: it dont work for me Link to comment Share on other sites More sharing options...
DeltaRays Posted August 25, 2020 Share Posted August 25, 2020 Thread Locked Please don't reply to threads which have been inactive for more than one month! Also you should try if player's balance is more than 5000 (and if it still doesn't work it might mean that the error is related to something else, not that code) Link to comment Share on other sites More sharing options...
Recommended Posts