let x=rand(60,120); let y=rand(60,120); let a=rand(0,360); let X=GetX+cos(a)*x; let Y=GetY+sin(a)*y; CreateShot01(X,Y,3,atan2(GetPlayerY-Y,GetPlayerX-X),RED01,0);