[Help]error 033: array must be indexed (variable "teleport")
#1

new teleport[256];
teleport = strval(tmp2);
rror 033: array must be indexed (variable "teleport")
Reply
#2

You can't place one integer (that's what strval returns) into 256 cells if that's what you want. Use a loop or index your array to the cell you want the number to go to
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)