示例#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)