3-Deep Arrays - 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: 3-Deep Arrays (
/showthread.php?tid=70680)
3-Deep Arrays -
1337pr0 - 26.03.2009
Hi.
I want to do this, and be able to use it as a normal string:
pawn Код:
Player[playerid][CrimeList][listID][String]
So I can do something like this:
pawn Код:
format(Player[playerid][CrimeList][4], sizeof(Player[playerid][CrimeList][4]), "%s", blahblahblah);
Is this possible at all?