sizeof enum
#1

hi i dont know why this code don t work :

PHP код:
enum testarr[20], tmp }
new 
gTest[test]
..
..
sizeof(gText[arr]); 
give me an error
Reply
#2

pawn Код:
new gTest[test]
Should be
pawn Код:
new gTest[MAX_PLAYERS][test];
Reply
#3

yea but no difference
Reply
#4

link plz?
Reply
#5

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)