01.08.2011, 12:57
Try this:
pawn Код:
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
INI_WriteString(File,"Name",name);