i would need some help
i want to use player (id,"rot") to figure out the x and y in that direction 10 pixel away
i know its sin and cos... but how
thx
 
 
Scripts 
 simple vector
 simple vector
 
 1 
 
required_x = player(id,"x")*math.cos(angle)*10 required_y = player(id,"y")*math.sin(angle)*10
 
 1 
 