- 0
suporte otserv (resolvido) (Pedido) Premium
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.
-
Conteúdo Similar
-
- 2 respostas
- 736 visualizações
-
- 13 respostas
- 11586 visualizações
-
- 0 respostas
- 1636 visualizações
-
- 20 respostas
- 11473 visualizações
-
- 39 respostas
- 14333 visualizações
-
Pergunta
BrunooMaciell 83
Eu queria pedir uma ajuda pra por uma tag nessa 2 script.
OBS: uma tag pra ativer ou desativar pra premium pode usar.
Ex: queria por pra premium so premium pode usa o systema de bike.
Script Bike System
local function BikeSpeedOn(cid, t)
setPlayerStorageValue(cid, t.s, t.speed)
doChangeSpeed(cid, -getCreatureSpeed(cid))
doChangeSpeed(cid, t.speed)
end
local function BikeSpeedOff(cid, t)
setPlayerStorageValue(cid, t.s, -1)
doRegainSpeed(cid)
end
local t = {text='Mount, bike!', dtext='Demount, bike!', s=5700, speed = 6000}
function onUse(cid, item, fromPosition, itemEx, toPosition)
local pos = getThingPos(cid)
if getPlayerStorageValue(cid, 17001) >= 1 or getPlayerStorageValue(cid, 63215) >= 1 or
getPlayerStorageValue(cid, 17000) >= 1 or getPlayerStorageValue(cid, 75846) >= 1 or
getPlayerStorageValue(cid, 6598754) >= 1 or getPlayerStorageValue(cid, 6598755) >= 1 then --alterado v1.9
return doPlayerSendCancel(cid, "You can't do that right now.")
end
if getPlayerStorageValue(cid, t.s) <= 0 then
doSendMagicEffect(pos, 177)
doCreatureSay(cid, t.text, 19)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'Voce Montou na bike.')
BikeSpeedOn(cid, t)
if getPlayerSex(cid) == 1 then
doSetCreatureOutfit(cid, {lookType = 1393}, -1)
else
doSetCreatureOutfit(cid, {lookType = 1394}, -1)
end
else
doSendMagicEffect(pos, 177)
doCreatureSay(cid, t.dtext, 19)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'Voce saio da bike.')
BikeSpeedOff(cid, t)
doRemoveCondition(cid, CONDITION_OUTFIT)
end
return true
end
E queria por o systema de casino pra premium pode a postar porem nao sei qual script ou onde fica se alguem souber so fala que eu posto ^^
Link para o comentário
Compartilhar em outros sites
3 respostass a esta questão
Posts Recomendados