Help here please
#5

Код:
undefined symbol "Resultx" & undefined symbol "Resulty"

in:

stock Calc_Point(Float:xs, Float:ys, &Float:x, &Float:y, Float:xOffset, Float:yOffset, Float:Angle, i, j)
{
	//do further calculations with the params in last operation, find the next x and y values in the grid
	//x and yOffset is basically the space between the coordinates you calculate. Bigger value, bigger grid.
	x = xs +i * xOffset * floatcos(Angle,degrees) +j * yOffset * floatsin(Angle,degrees);
	y = ys + i * xOffset * floatsin(Angle,degrees) - j * yOffset * floatcos(Angle,degrees); //the two here is having + & + and + & - because of the coordinate system in samp.
} 

Help?
Reply


Messages In This Thread
Help here please - by OliverK - 13.05.2015, 20:48
Re: Help here please - by OliverK - 27.05.2015, 06:44
Re: Help here please - by shadowdog - 27.05.2015, 09:09
Re: Help here please - by OliverK - 28.05.2015, 15:52
Re: Help here please - by OliverK - 28.05.2015, 18:29
Re: Help here please - by OliverK - 28.05.2015, 22:09

Forum Jump:


Users browsing this thread: 1 Guest(s)