16.05.2015, 15:59
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.
If you need to square something or raise to a power use floatpower or just multiply by the same number.