CnGlobal
CnGlobal é Um Sk Simples, Tem Como Funçao Verificar se o player Tem Uma Certa Quantia De money Para Usar O Chat Global.
Dependencias
Qualquer Plugin De Chat Que tenha o /g
Skript
Codigo
#=-=-=-=-=-=-=-=-=-=-=-=-=-=[Creditos]=-=-=-=-=-=-=-=-=-=-=-=-=-=#
# #
# Script: CnGlobal #
# Autor: yHunter #
# Versão: 1.0 #
# Servidor: CraftNoob #
# IP 1.5.2: 149.56.106.87:25514 #
# #
#=-=-=-=-=-=-=-=-=-=-=-=-=-=[Creditos]=-=-=-=-=-=-=-=-=-=-=-=-=-=#
options:
#=-=-=-=-=-=-=-=-=-=-=-=-=-=[ TAG ]=-=-=-=-=-=-=-=-=-=-=-=-=-=#
Tag:&4[CraftNoob] &c» &c
#=-=-=-=-=-=-=-=-=-=-=-=-=-=[ MSGS ]=-=-=-=-=-=-=-=-=-=-=-=-=-=#
SemMoney: &cVoce Precisa Ter &a50k &cPara Usar o Chat Global
#=-=-=-=-=-=-=-=-=-=-=-=-=-=[ CODIGO ]=-=-=-=-=-=-=-=-=-=-=-=-=-=#
on command "/g":
if account of player is more than or equal to 50000:
else:
cancel event
send ""
send "{@Tag}{@SemMoney}"
send ""
Obrigado, Faça Bom Proveito.