sizeof enum - 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: sizeof enum (
/showthread.php?tid=467358)
sizeof enum -
Karimgm - 02.10.2013
hi i dont know why this code don t work :
PHP код:
enum test{ arr[20], tmp }
new gTest[test]
..
..
sizeof(gText[arr]);
give me an error
Re: sizeof enum - Patrick - 02.10.2013
Should be
pawn Код:
new gTest[MAX_PLAYERS][test];
Re: sizeof enum -
Karimgm - 02.10.2013
yea but no difference
Re: sizeof enum -
Karimgm - 02.10.2013
link plz?
Re: sizeof enum - Patrick - 02.10.2013
If you don't have any experience about Enumarators you can learn it from here:
https://sampforum.blast.hk/showthread.php?tid=318307 . This would help you alot