setting player crosshair
Posted: Mon Apr 25, 2016 8:19 am
was looking around at some engine functions and couldnt get this one to work in csgo, but it wasnt marked as such?
Code: Select all
import players
import random
@OnTick
def aa():
engine_server.crosshair_angle(players.entity.Player(1).edict,random.randint(-90,90),random.randint(0,360))