[DUV] Sobre /demitir ofline
#8

pawn Код:
if(strcmp(cmd, "/demitir", true) == 0)
{
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp))
    {
        SendClientMessage(playerid, 0xB4B5B7FF, "USO: /demitir [Nick]");
        return 1;
    }
    new Nick;
    Nick = strval(tmp);
    new string3[50];
    format(string3, sizeof(string3), "Contas/%s.ini", Nick);
    new File: hFile = fopen(string3, io_write);
    if(hFile)
    {
        new var[32];
        format(var, 32, "Leader=0\n");fwrite(hFile, var);
        return 1;
    }
}
Reply


Messages In This Thread
[DUV] Sobre /demitir ofline - by Serial_Killer - 27.10.2010, 10:18
Re: [DUV] Sobre /demitir ofline - by TiagoPS - 27.10.2010, 11:00
Respuesta: [DUV] Sobre /demitir ofline - by Serial_Killer - 27.10.2010, 15:43
Re: [DUV] Sobre /demitir ofline - by TiagoPS - 27.10.2010, 17:44
Respuesta: [DUV] Sobre /demitir ofline - by Serial_Killer - 27.10.2010, 19:03
Re: [DUV] Sobre /demitir ofline - by TiagoPS - 27.10.2010, 19:16
Respuesta: [DUV] Sobre /demitir ofline - by Serial_Killer - 27.10.2010, 19:40
Re: [DUV] Sobre /demitir ofline - by TiagoPS - 27.10.2010, 19:45
Respuesta: [DUV] Sobre /demitir ofline - by Serial_Killer - 27.10.2010, 19:51
Re: [DUV] Sobre /demitir ofline - by TiagoPS - 28.10.2010, 11:01

Forum Jump:


Users browsing this thread: 1 Guest(s)