Posts: 57
Threads: 29
Joined: Feb 2009
Reputation:
0
PlayerInfo[playerid][pMoney] = dini_Get(fileName, "pMoney");
error 006: must be assigned to an array
Posts: 1,466
Threads: 7
Joined: Jun 2009
Reputation:
0
String literals or arrays must be assigned to an array. This error
message may also indicate a missing index (or indices) at the array
on the right side of the “=” sign.