19.12.2010, 13:30
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);
}
}

