16.05.2015, 16:10
Quote:
You can't use ^ operator in Pawn for floats, AFAIK it's the binary XOR operator and can be only used on ints.
If you need to square something or raise to a power use floatpower or just multiply by the same number. |
Thanks, will test it out now.