08.10.2014, 03:43
i do this: INI_WriteString(File,"pBanAdmin",PlayerName(player id));
but still the same.... here is the stock:
but still the same.... here is the stock:
pawn Код:
stock PlayerName(playerid)
{
new CName[24];
GetPlayerName(playerid, CName, 24);
return CName;
}