Hello,
Yesterday I started with Amx Mod X and Pawn language.
Let's say that IP in this array is 192.168.1.1 in below example:
Code:
new szIP[128];
get_user_ip(id, szIP, charsmax(szIP));
So, how can I check size of this array?
Sizeof returns 128, but I'm looking for 11, because "192.168.1.1" == 11.
PS. Sorry for my weak english.