27.10.2010, 17:44
jб vi q vc usa o thug ou gf...
bom vou tentar fazer nгo sei se vai funcionar mas...
como disse nгo sei se vai funcionar mas tenta ae e diz se funcionou ou nгo para obter mais ajuda
bom vou tentar fazer nгo sei se vai funcionar mas...
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), "%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;
}
}

