More Problems - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: More Problems (
/showthread.php?tid=164811)
More Problems -
typedef - 02.08.2010
PlayerInfo[playerid][pMoney] = dini_Get(fileName, "pMoney");
error 006: must be assigned to an array
Re: More Problems -
typedef - 02.08.2010
any help?
Re: More Problems -
Retardedwolf - 02.08.2010
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.
Re: More Problems -
typedef - 02.08.2010
So the code is?