11.12.2016, 10:59
Even tho this is theoretically working (and not a fix to your problem):
it is stupid to make an array with the size of 1, just make a normal Float variable.
And about your problem: print X, Y and Z before saving it, to see what it is, since the variables are at the top of your script (why ever that is so), they might be overwritten from somehwere else.
PHP Code:
new Float:angleposition[1];
And about your problem: print X, Y and Z before saving it, to see what it is, since the variables are at the top of your script (why ever that is so), they might be overwritten from somehwere else.
