28.06.2015, 23:46
Quote:
when putting data you should declare the slot in this case :
pos[0] = 10.0 pos[1] = 10.0 pos[2] = 10.0 or declare values from begining: new Float:Pos[3] = { 10.0, 10.0, 10.0 }; |
It works fine with integers.