Postado Outubro 11, 2014 10 anos Autor tenta este function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid, 99284) == 2 then doPlayerSendCancel(cid, "Tienes que cerrar el chat privado para poder Gravar.") return true end if getPlayerStorageValue(cid, 99284) == 1 then doPlayerSendCancel(cid, "Tu ya estas al aire! Tu Canal de Tv es: "..getPlayerStorageValue(cid, 99285).."") doPlayerSendChannel(cid, getPlayerChannelId(cid), getPlayerStorageValue(cid, 99285)) return true end doPlayerPopupFYI(cid, "Escoje un nombre para tu canal") end O player free abre Canal mas não aparece na TV agora function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid, 99284) == 2 then doPlayerSendCancel(cid, "Tienes que cerrar el chat privado para poder Gravar.") return 1 end if getPlayerStorageValue(cid, 99284) == 1 then doPlayerSendCancel(cid, "Tu ya estas al aire! Tu Canal de Tv es: "..getPlayerStorageValue(cid, 99285).."") doPlayerSendChannel(cid, getPlayerChannelId(cid), getPlayerStorageValue(cid, 99285)) return 1 end doPlayerPopupFYI(cid, "Escoje un nombre para tu canal") end Abre Canal mas não aparece na TV T-T Editado por Zet0N0Murmurou, Hoje, 16:13. Mesma coisa, o que mudou é que o premium voltou a funcionar. O free ainda só abre o Cnal mas nao aparece na TV
Postado Outubro 11, 2014 10 anos hum.... tenta esta : function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid, 99284) == 2 then doPlayerSendCancel(cid, "Tienes que cerrar el chat privado para poder Gravar.") end if getPlayerStorageValue(cid, 99284) == 1 then doPlayerSendCancel(cid, "Tu ya estas al aire! Tu Canal de Tv es: "..getPlayerStorageValue(cid, 99285).."") doPlayerSendChannel(cid, getPlayerChannelId(cid), getPlayerStorageValue(cid, 99285)) end doPlayerPopupFYI(cid, "Escoje un nombre para tu canal") return true end Pokémon Dust Evolution É aonde começa sua nova aventura!! Facebook Verifique Atualizações
Postado Outubro 11, 2014 10 anos Autor hum.... tenta esta : function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid, 99284) == 2 then doPlayerSendCancel(cid, "Tienes que cerrar el chat privado para poder Gravar.") end if getPlayerStorageValue(cid, 99284) == 1 then doPlayerSendCancel(cid, "Tu ya estas al aire! Tu Canal de Tv es: "..getPlayerStorageValue(cid, 99285).."") doPlayerSendChannel(cid, getPlayerChannelId(cid), getPlayerStorageValue(cid, 99285)) end doPlayerPopupFYI(cid, "Escoje un nombre para tu canal") return true end Quando dou user só aparece ( escolha um nome pro seu canal ) e mais nada T-T
Postado Outubro 12, 2014 10 anos Quando dou user só aparece ( escolha um nome pro seu canal ) e mais nada T-T desculpe e pq n sou script estou so removendo tags que eu acho desnessesario Pokémon Dust Evolution É aonde começa sua nova aventura!! Facebook Verifique Atualizações
Postado Dezembro 29, 2014 10 anos tenta isto : function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid, 99284) == 2 then doPlayerSendCancel(cid, "onUse função (cid, item, frompos, item2, topos) se getPlayerStorageValue (cid, 99284) == 2, em seguida, um doPlayerSendCancel (cid, "Você tem que fechar o chat privado para taxação.") return true fim se getPlayerStorageValue (cid, 99284) == 1 then doPlayerSendCancel (cid, "Você já está no ar o seu canal de TV é" ..getPlayerStorageValue (cid, 99285) .. "") doPlayerSendChannel (cid, getPlayerChannelId (cid), getPlayerStorageValue (cid, 99285)) return true fim doPlayerPopupFYI (cid, "Escolha um nome para o canal") fim") return true end if getPlayerStorageValue(cid, 99284) == 1 then doPlayerSendCancel(cid, "Você já está no ar o seu canal de TV é "..getPlayerStorageValue(cid, 99285).."") doPlayerSendChannel(cid, getPlayerChannelId(cid), getPlayerStorageValue(cid, 99285)) return true end doPlayerPopupFYI(cid, "Escolha um nome para o canal") end desculpe por reviver o tópico Editado Dezembro 29, 2014 10 anos por Zet0N0Murmurou (veja o histórico de edições) Pokémon Dust Evolution É aonde começa sua nova aventura!! Facebook Verifique Atualizações
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.