18.11.2010, 00:41
I have been using,
But what is the differences between them?
What effect does the sizeof() have on it?
pawn Код:
GetPlayerName(playerid,name,sizeof(name)); and
GetPlayerName(playerid,name,MAX_PLAYER_NAME);
What effect does the sizeof() have on it?