def sendto(caller,cn): """This command forces the specified player to /getmap. This is useful when a player is not paying attention, AFK or, for extension, if the caller wanted everyone to getmap.""" cn=int(cn) return sbserver.sendMapTo(cn)
def sendto(caller,cn): """Forces the specified player to /getmap.""" cn=int(cn) return sbserver.sendMapTo(cn)