Quote:
Originally Posted by DraKoN
Por ID:
pawn Код:
if((strcmp(cmd, "/deletarconta", true)==0 || strcmp(cmd, "/dc", true) ==0) && IsPlayerAdmin(playerid)) { new tmp[128]; new name[24]; new file[128]; new tempx[128]; 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))) return SendClientMessage(playerid, CWARN,"[ERRO]: Jogador nгo conectado!"); GetPlayerName(strval(tmp), name, sizeof(name)); format(file,sizeof(file),"RoxBrasil/contas/%s.ini",name); fremove(file); return 1; }
Por Nick:
pawn Код:
if((strcmp(cmd, "/deletarconta", true)==0 || strcmp(cmd, "/dc", true) ==0) && IsPlayerAdmin(playerid)) { new tmp[128]; new file[128]; new tempx[128]; tempx = strtok(cmdtext, idx); if(!strlen(tempx)) return SendClientMessage(playerid, Cinza, "[USE]: /dc [Nick]"); if(!IsPlayerConnected(strval(tmp))) return SendClientMessage(playerid, CWARN,"[ERRO]: Jogador nгo conectado!"); format(file,sizeof(file),"RoxBrasil/contas/%s.ini",tempx); fremove(file); return 1; }
|
Parceiro,deu um erro nesta linha:
tempx = strtok(cmdtext, idx);
Erro: C:\Users\Marcelo\Desktop\samp03asvr_R7_win32\gamem odes\rox.pwn(9401) : error 047: array sizes do not match, or destination array is too small