Character array ?? - 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)
+--- Thread: Character array ?? (
/showthread.php?tid=334643)
Character array ?? -
Kaczmi - 15.04.2012
Hello,
i need answer, what does a charater array??
I tested it:
pawn Код:
new x[1];
x{0} = 0;
x{1} = 1;
x{2} = 2;
printf("%d",x);
It printed me number 66048
What is this? How it works?
Thx for answer