05.07.2014, 21:39
If you want to use an multidimensional you wont need getarg anymore, do you ?
If you want to access a multidimensional arrray you should know how it gets passed to the function
Normal arrays just look like that hello\0 or world\0 and a two dimensional would look like \8\28hello\0world\0
The first two numbers represent the offset from theirs position in bytes
pawn Code:
stock funcname(playerid, array[][], size = sizeof array) {}
Normal arrays just look like that hello\0 or world\0 and a two dimensional would look like \8\28hello\0world\0
The first two numbers represent the offset from theirs position in bytes