10.03.2014, 20:18
Check, if the variables are declared with a "Float:"
What i mean is, i think you have something like a enum, so:
Edit: Oh, just saw that you already have the Float before the float variables.. sorry
What i mean is, i think you have something like a enum, so:
pawn Код:
enum BlaBla
{
Float:tOffsetX,
Float:tOffsetY,
//....
}
![Cheesy](images/smilies/biggrin.png)