Venho trazendo o comando "Youtube Videos"
Bom, vamos ao tutorial.
Vá na source, dê ctrl+f e pesquise por "elif event.startswith(" e dê enter.
Assim você verá algum comando.
abaixo dele coloque o seguinte código:
Código HTML:
elif event.startswith("youtube "):
if EVENTCOUNT == 2:
if self.privilegeLevel>=5:
link = event_raw.split(" ")[1]
if link.startswith("https://www.youtube.com/watch?v="):
self.room.sendAll("\x1A\x0C", [link])
print "[DBG-V] %s" % link
[b]
[center]
[b]Feito isto aperte "F5" e teste no seu mice.
[/b]
[/center]
Print:
Ex, em algum mapa com tv coloque:
/youtube linkvideo
Ou clique no botão para iniciar o video.
[/b]
Créditos
Phobos
Scalett(Criar o comando)
Bom, vamos ao tutorial.
Vá na source, dê ctrl+f e pesquise por "elif event.startswith(" e dê enter.
Assim você verá algum comando.
abaixo dele coloque o seguinte código:
Código HTML:
elif event.startswith("youtube "):
if EVENTCOUNT == 2:
if self.privilegeLevel>=5:
link = event_raw.split(" ")[1]
if link.startswith("https://www.youtube.com/watch?v="):
self.room.sendAll("\x1A\x0C", [link])
print "[DBG-V] %s" % link
[b]
[center]
[b]Feito isto aperte "F5" e teste no seu mice.
[/center]
Print:
Ex, em algum mapa com tv coloque:
/youtube linkvideo
Ou clique no botão para iniciar o video.
Créditos
Phobos
Scalett(Criar o comando)