Ir para conteúdo

Featured Replies

Postado
local delay = 3000          --Intervalo de tempo entre o efeito, em milésimos de segundo.
function sendVipEffect(cid)
	if isPlayer(cid) and getPlayerStorageValue(cid, 13500) > os.time() then
		doSendAnimatedText(getThingPos(cid), "GOLDENVIP", math.random(1, 255))
		addEvent(sendVipEffect, delay, cid)
    end
end

function onLogin(cid)
	sendVipEffect(cid)
return true
end

 

Não dou suporte via PM, crie um tópico caso tenha dúvidas.

Isso previne que outras pessoas com a mesma dúvida criem tópicos desnecessários.

  • Respostas 7
  • Visualizações 851
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Bodak Reborn
    Bodak Reborn

    local delay = 3000 --Intervalo de tempo entre o efeito, em milésimos de segundo. function sendVipEffect(cid) if isPlayer(cid) and getPlayerStorageValue(cid, 13500) > os.time() then doSe

  • function sendVipEffect(cid) if not isCreature(cid) or getPlayerStorageValue(cid, 13500) - os.time() <= 0 then return LUA_ERROR end doSendAnimatedText(getThingPos(cid), "GOLDENVIP", math.random(1,

Postado
function sendVipEffect(cid)
	if not isCreature(cid) or getPlayerStorageValue(cid, 13500) - os.time() <= 0 then return LUA_ERROR end
	doSendAnimatedText(getThingPos(cid), "GOLDENVIP", math.random(1, 255))
	addEvent(sendVipEffect, 2000, cid)
end
function onLogin(cid)
	sendVipEffect(cid)
	return true
end

 

vodkart_logo.png

[*Ninguém será digno do sucesso se não usar suas derrotas para conquistá-lo.*]

 

DISCORDvodkart#6090

 

Postado
  • Autor
Em 26/05/2016 at 22:40, Talesigorvr disse:

local delay = 3000          --Intervalo de tempo entre o efeito, em milésimos de segundo.
function sendVipEffect(cid)
	if isPlayer(cid) and getPlayerStorageValue(cid, 13500) > os.time() then
		doSendAnimatedText(getThingPos(cid), "GOLDENVIP", math.random(1, 255))
		addEvent(sendVipEffect, delay, cid)
    end
end

function onLogin(cid)
	sendVipEffect(cid)
return true
end

 

Vlw mano Funfo aqui. REP+

Em 26/05/2016 at 00:04, Vodkart disse:

function sendVipEffect(cid)
	if not isCreature(cid) or getPlayerStorageValue(cid, 13500) - os.time() <= 0 then return LUA_ERROR end
	doSendAnimatedText(getThingPos(cid), "GOLDENVIP", math.random(1, 255))
	addEvent(sendVipEffect, 2000, cid)
end
function onLogin(cid)
	sendVipEffect(cid)
	return true
end

Vlw por ajudar

 

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.7k

Informação Importante

Confirmação de Termo