[Help] Trig Help
#1

The idea is to generate the points of a circumference.
The timer should in every half a second a new point. But it doesn't. Why?

http://pastebin.com/d7920f269

Greetz.
Reply
#2

Sorry for the bump.
Reply
#3

for(new angle, counter; angle < 360.0; angle += 0.5, counter++)

angle is a float, isn't it?

Fixed:
for(new Float:angle, counter; angle < 360.0; angle += 0.5, counter++)
Reply
#4

Thanks ALOT!!! =)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)