[Ajuda] Viniborn
#8

Comeзa a pensar um pouquinho cara.
Presta atenзгo na mensagem que tб aparecendo, ela tб dentro de um else, ou seja, a afirmaзгo anterior й falsa.

PlayerHaul[tmpcar][pLoad] nгo й menor que PlayerHaul[tmpcar][pCapasity] , de acordo com suas SS's elas sгo iguais, por isso sу aparece essa mensagem.

pawn Код:
if(PlayerHaul[tmpcar][pLoad] < PlayerHaul[tmpcar][pCapasity])
{
    //funзгo
}
else
{
    format(string, sizeof(string), "Produtos: %d/%d.", PlayerHaul[tmpcar][pLoad],PlayerHaul[tmpcar][pCapasity]);
    SendClientMessage(playerid, TEAM_GROVE_COLOR, string);
    return 1;
}
Reply


Messages In This Thread
[Ajuda] Viniborn - by Sr.Pekeno - 13.08.2011, 23:43
Re: [Ajuda] Viniborn - by Dolby - 13.08.2011, 23:51
Re: [Ajuda] Viniborn - by Sr.Pekeno - 13.08.2011, 23:53
Re: [Ajuda] Viniborn - by Ricop522 - 13.08.2011, 23:53
Re: [Ajuda] Viniborn - by Sr.Pekeno - 13.08.2011, 23:55
Re: [Ajuda] Viniborn - by Bruno Pereira - 13.08.2011, 23:59
Re: [Ajuda] Viniborn - by Sr.Pekeno - 14.08.2011, 00:02
Re: [Ajuda] Viniborn - by ViniBorn - 14.08.2011, 00:03
Re: [Ajuda] Viniborn - by Sr.Pekeno - 14.08.2011, 00:06
Re: [Ajuda] Viniborn - by ViniBorn - 14.08.2011, 00:09

Forum Jump:


Users browsing this thread: 2 Guest(s)