Postado Outubro 11, 2014 10 anos Alguém sabe onde eu faço pra os sistema de câmera ser free no meu Otserv ? Só tá pra quem é premium e-e
Postado Outubro 11, 2014 10 anos poste o script do câmera pokemon Pokémon Dust Evolution É aonde começa sua nova aventura!! Facebook Verifique Atualizações
Postado Outubro 11, 2014 10 anos Autor 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 if not isPremium(cid) then doPlayerSendCancel(cid, "Solo premmium account pueden gravar videos.") return true end doPlayerPopupFYI(cid, "Escoje un nombre para tu canal") end
Postado Outubro 11, 2014 10 anos 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 The corrupt fear us. The honest support us. The heroic join us.
Postado Outubro 11, 2014 10 anos 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 Editado Outubro 11, 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.