Exemplo n.º 1
0
 def run():
     Rcon.send('ListPlayers',Task_ListPlayers.parse)
Exemplo n.º 2
0
 def run():
     Rcon.send('ListPlayers', Task_ListPlayers.parse)
Exemplo n.º 3
0
 def run():
     if len(Storage.players_online_steam_name):
         Rcon.send('GetChat', Task_GetChat.parse)
Exemplo n.º 4
0
 def run():
     if len(Storage.players_online_steam_name):
         Rcon.send('GetChat',Task_GetChat.parse)