Пример #1
0
 def run():
     Rcon.send('ListPlayers',Task_ListPlayers.parse)
Пример #2
0
 def run():
     Rcon.send('ListPlayers', Task_ListPlayers.parse)
Пример #3
0
 def run():
     if len(Storage.players_online_steam_name):
         Rcon.send('GetChat', Task_GetChat.parse)
Пример #4
0
 def run():
     if len(Storage.players_online_steam_name):
         Rcon.send('GetChat',Task_GetChat.parse)