Hi.
 
	I want to create object in front of the coordinates for the angle.
 
	createObject(objectid, x + DISTANCE * -math.sin(angle + 90.0, degrees), y + DISTANCE * math.cos(angle + 90.0, degrees), z)
 
	It code WORK in SAMP. And not work in MTA. Since when are the sinuses and cosines different?