Пример #1
0
def getPosition(cn):
	return sbserver.playerPosition(cn)[:3]
Пример #2
0
def getYaw(cn):
	return sbserver.playerPosition(cn)[3]