[Duvida]Conversгo de tmp em sscanf.
#2

PHP код:
CMD:resetarconta(playeridparams[])
{
    if((
IsPlayerAdmin(playerid)))
     {
        new 
string[40],
        
conta[MAX_PLAYER_NAME];
        if(
sscanf(params"s[24]"conta)) return SendClientMessage(playerid, -1"Correto: /resetarconta [Conta]");
        
format(stringsizeof(string),"Arquivos/%s.ini",conta);
        
dini_Remove(string);
      }
      else return 
SendClientMessage(playerid, -1"Noob HAHA");
    return 
true;

Nem sei se ta muito certo ;s
Reply


Messages In This Thread
[Duvida]Conversгo de tmp em sscanf. - by Sergio_MOW - 12.09.2011, 14:17
Re: [Duvida]Conversгo de tmp em sscanf. - by [R] ousenber [K] - 12.09.2011, 14:26
Re: [Duvida]Conversгo de tmp em sscanf. - by Sergio_MOW - 12.09.2011, 14:33

Forum Jump:


Users browsing this thread: 2 Guest(s)