CompuPhase
#1

where can i find the CompuPhase's pdf. where they show all the errors/warnings meaning?
Reply
#2

http://www.compuphase.com/pawn/Pawn_Language_Guide.pdf

Search next time.
Reply
#3

Thank you.

I got this error initialization data exceeds declared size

pawn Код:
new ItemNames[MAX_ITEMS][2] =
{
{"Test 1"},
{"Test 2"},
};
but I still get that error? Can you show me how you did it ?
Reply
#4

Remove the last comma (,)
And "Test 1" is longer then 2 characters.
Reply
#5

Thanks WackoX, I understand it now
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)