[Ajuda] alguem me ajuda? ta dando esse erro.
#3

PHP код:
    if(strcmp(cmd,"/setartaxa",true)==0)
    {
        if(
IsPlayerConnected(playerid))
        {
            
tmp strtok(cmdtextidx);
            if(!
strlen(tmp)) {
            
SendClientMessage(playeridCOLOR_WHITE"USE: /setartaxa [quantidade]");
            return 
true;
            }
            if(
PlayerInfo[playerid][pLider] != 7)
            {
//essa й a linha do erro .-.
                
moneys strval(tmp);
                if(
moneys || moneys 10000) { SendClientMessage(playeridCOLOR_GREY"   O Dinheiro da Taxa nгo pode ser menor que 1 ou maior que 10000 !"); return true; }
                
Tax moneys;
                
SaveStuff();
                
format(stringsizeof(string), "* Cada Jogador vai pagar uma taxa de R$%d, apartir de agora!"Tax);
                
SendClientMessage(playeridCOLOR_LIGHTBLUEstring);
                
format(stringsizeof(string), "Notнcias: O Prefeito acaba de mudar a Taxa por Pessoa para: R$%d."Tax);
                
SendClientMessageToAll(COLOR_LIGHTBLUEstring);
                return 
1;
            }
        }
        return 
true;
    } 
Tae
Reply


Messages In This Thread
alguem me ajuda? ta dando esse erro. - by Duduloch - 18.10.2012, 19:37
Re: alguem me ajuda? ta dando esse erro. - by Jason` - 18.10.2012, 19:39
Re: alguem me ajuda? ta dando esse erro. - by [PSN]Andre_Simpson - 18.10.2012, 19:43
Re: alguem me ajuda? ta dando esse erro. - by Q.I - 18.10.2012, 19:47

Forum Jump:


Users browsing this thread: 1 Guest(s)