Problem with GetPlayerName
#8

No, to get the size of the second dimension, you simply use sizeof(variable[]).

pawn Code:
new array[10][20][30];

sizeof(array) // returns 10
sizeof(array[]) // returns 20
sizeof(array[][]) // returns 30
Reply


Messages In This Thread
Problem with GetPlayerName - by Sanady - 20.05.2012, 15:44
Re: Problem with GetPlayerName - by Niko_boy - 20.05.2012, 15:50
Re: Problem with GetPlayerName - by [FMJ]PowerSurge - 20.05.2012, 15:51
Re: Problem with GetPlayerName - by Sanady - 20.05.2012, 16:05
Re: Problem with GetPlayerName - by [FMJ]PowerSurge - 20.05.2012, 16:10
Re: Problem with GetPlayerName - by Niko_boy - 20.05.2012, 16:13
Re: Problem with GetPlayerName - by [FMJ]PowerSurge - 20.05.2012, 16:15
Re: Problem with GetPlayerName - by Vince - 20.05.2012, 16:56

Forum Jump:


Users browsing this thread: 1 Guest(s)