[Ajuda] Ajuda
#9

to tentando mais nao geta o nome fica em branco '-'

Код:
public NickLog(string[])
{
 	new entry[256];
	format(entry, sizeof(entry), "%s\r\n", string);
	new File:hFile;
	hFile = fopen("Logs/Trocarnick.log", io_append);
	fwrite(hFile, entry);
	fclose(hFile);
	return 1;
}
Reply


Messages In This Thread
Ajuda - by Netiinho - 27.04.2014, 07:24
Re: Ajuda - by VeNuZ_ - 27.04.2014, 07:33
Re: Ajuda - by Netiinho - 27.04.2014, 07:48
Re: Ajuda - by VeNuZ_ - 27.04.2014, 07:55
Re: Ajuda - by Netiinho - 27.04.2014, 08:08
Re: Ajuda - by VeNuZ_ - 27.04.2014, 08:18
Re: Ajuda - by Netiinho - 27.04.2014, 08:22
Re: Ajuda - by VeNuZ_ - 27.04.2014, 08:28
Re: Ajuda - by Netiinho - 27.04.2014, 08:29
Re: Ajuda - by VeNuZ_ - 27.04.2014, 08:40

Forum Jump:


Users browsing this thread: 2 Guest(s)