Drug harvesting help
#8

Quote:
Originally Posted by GunZsmd
Посмотреть сообщение
ok now i can only pick up the first one that i planted. Others that are created after that cant be picked.
Thats because you put ridiculous many returns in your command
And one return stops the whole for loops, therefore only the first one worked
Moved the wrong return and message outside the loop
PHP код:
else if(strcmp(x_nr,"colher",true) == 0)
{
    if(
PlayerInfo[playerid][pFaction] == || PlayerInfo[playerid][pFaction] == 8)
    {
        for(new 
0sizeof(DrugInfo); c++)
        {
            if(
IsPlayerInRangeOfPoint(playerid3.0DrugInfo[c][sementeposX], DrugInfo[c][sementeposY], DrugInfo[c][sementeposZ]))
            {
                if(
DrugInfo[c][drogacolher] == 1)
                {
                    
ApplyAnimation(playerid"BOMBER","BOM_Plant_In",4.0,0,0,0,0,0);
                    
DrugInfo[c][drogacolher] = 0;
                    
DestroyDynamicObject(DrugInfo[c][semente]);
                    
DrugInfo[c][sementecrescimento] = 0;
                    
DrugsHolding[playerid] += 5;
                    return 
SendClientMessage(playeridCOLOR_WHITE"[Info]: Colheste a tua planta. Agora para a transformares tens que a entregar ao teu trabalhador.");
                }
                return 
SendClientMessage(playeridCOLOR_RED"[Erro]: A planta ainda nao cresceu! Espera mais tempo.");
            }
        } 
// this \/ message was inside the loop, should be here
        
return SendClientMessage(playeridCOLOR_RED"[Erro]: Nao estas perto de nenhuma planta de cocaina!");
    }
    return 
SendClientMessage(playeridCOLOR_RED"[Erro]: Nao pertences a faction que vende drogas!");

Reply


Messages In This Thread
Drug harvesting help - by GunZsmd - 16.05.2016, 17:09
Re: Drug harvesting help - by GunZsmd - 16.05.2016, 22:33
Re: Drug harvesting help - by Nero_3D - 16.05.2016, 23:48
Re: Drug harvesting help - by GunZsmd - 17.05.2016, 16:57
Re: Drug harvesting help - by GunZsmd - 17.05.2016, 18:05
Re: Drug harvesting help - by Nero_3D - 18.05.2016, 06:48
Re: Drug harvesting help - by GunZsmd - 18.05.2016, 14:16
Re: Drug harvesting help - by Nero_3D - 18.05.2016, 22:04

Forum Jump:


Users browsing this thread: 1 Guest(s)