24.08.2010, 16:02
if((strcmp(cmd, "/deletarconta", true)==0 || strcmp(cmd, "/dc", true) ==0) && IsPlayerAdmin(playerid)) {
new tmp[256];
new name[MAX_PLAYER_NAME];
new file[128];
new tempx[256];
format(file,sizeof(file),"RoxBrasil/contas/%s.ini",name);
tempx = strtok(cmdtext, idx);
if(!strlen(tempx))return SendClientMessage(playerid, Cinza, "[USE]: /dc [Nick]");
if(!IsPlayerConnected(strval(tmp))) {
SendClientMessage(playerid, CWARN,"[ERRO]: Jogador nгo conectado!");
GetPlayerName(playerid, name, sizeof(name));
format(file,sizeof(file),"RoxBrasil/contas/%s.ini",name);
{
dini_Remove(file);
}
}
return 1;
}
Como puderam ver fiz essa cagada ae em cima kkkkkkkkk',alguem ae pode mi ajudar a fazer o comando para os adm's deletarem a conta de um jogador quando for necessбrio.
new tmp[256];
new name[MAX_PLAYER_NAME];
new file[128];
new tempx[256];
format(file,sizeof(file),"RoxBrasil/contas/%s.ini",name);
tempx = strtok(cmdtext, idx);
if(!strlen(tempx))return SendClientMessage(playerid, Cinza, "[USE]: /dc [Nick]");
if(!IsPlayerConnected(strval(tmp))) {
SendClientMessage(playerid, CWARN,"[ERRO]: Jogador nгo conectado!");
GetPlayerName(playerid, name, sizeof(name));
format(file,sizeof(file),"RoxBrasil/contas/%s.ini",name);
{
dini_Remove(file);
}
}
return 1;
}
Como puderam ver fiz essa cagada ae em cima kkkkkkkkk',alguem ae pode mi ajudar a fazer o comando para os adm's deletarem a conta de um jogador quando for necessбrio.