forward banlista(playerid,string[]);
public banlista(playerid,string[])
{
new entry[256];
new plrIP[16];
GetPlayerIp(playerid, plrIP, sizeof(plrIP));
format(entry, sizeof(entry), \"Nban:%s,%d\\r\\n\",sendername,plrIP);
new File:hFile;
hFile = fopen(\"banlista.txt\", io_append);
if (hFile)
{
fwrite(hFile, entry);
fclose(hFile);
}
}
nem tom igy meg oldani segítsetek