[Duvida]Deletar Arquivos
#10

Tenta Isso!
Код:
		for(new i = 0; i < MAX_PLAYERS; i++)
		{
			if(IsPlayerConnected(i) && !IsPlayerNPC(i))
			{
				new pName[MAX_PLAYER_NAME];
				new Float:pX, Float:pY, Float:pZ;
				new strfile[256];
                                                   new file[256];
				GetPlayerName(i ,pName, sizeof(pName));
				format(file, sizeof(file), "/users/%s.ini", pName);
                                                   fremove(file);
			}
		}
Reply


Messages In This Thread
[Duvida]Deletar Arquivos - by keller012 - 18.12.2010, 18:40
Re: [Duvida]Deletar Arquivos - by mafelis - 18.12.2010, 18:42
Re: [Duvida]Deletar Arquivos - by keller012 - 18.12.2010, 20:16
Re: [Duvida]Deletar Arquivos - by zSuYaNw - 18.12.2010, 20:44
Re: [Duvida]Deletar Arquivos - by keller012 - 18.12.2010, 20:53
Re: [Duvida]Deletar Arquivos - by zSuYaNw - 18.12.2010, 21:15
Re: [Duvida]Deletar Arquivos - by SuB_ZeRo0_ - 18.12.2010, 21:56
Re: [Duvida]Deletar Arquivos - by keller012 - 19.12.2010, 00:00
Re: [Duvida]Deletar Arquivos - by TiagoPS - 19.12.2010, 10:59
Re: [Duvida]Deletar Arquivos - by mafelis - 19.12.2010, 13:30

Forum Jump:


Users browsing this thread: 4 Guest(s)