Garbage job won't throw
#4

try
pawn Код:
if (strcmp("/throw", cmdtext, true, 10) == 0)
    {
        if(Trasher[playerid] == 1)
        {
            if(HasTrash > 1)
            {
                new Float:XXO, Float:YXO, Float:ZXO;
                GetVehiclePos(408, Float:XXO, Float:YXO, Float:ZXO);
                if(IsPlayerInRangeOfPoint(playerid, 2.0, XXO, YXO, ZXO))
                {
                    SendClientMessage(playerid, -1, "Good Job! Keep it up! You throwed a Trash bag.");
                    GivePlayerMoney(playerid, 1000);
                    HasTrash --;
                }
                else if(HasTrash == 0)
                {
                    SendClientMessage(playerid, -1, "You're not near any Trash Master or you don't have a Trash Bag.");
                }
            }
        }
        return 1;
    }
Reply


Messages In This Thread
Garbage job won't throw - by Mey6155 - 03.01.2014, 07:47
Re: Garbage job won't throw - by xo - 03.01.2014, 09:08
Re: Garbage job won't throw - by Mey6155 - 03.01.2014, 09:12
Re: Garbage job won't throw - by xo - 03.01.2014, 09:26
Re: Garbage job won't throw - by Mey6155 - 03.01.2014, 09:31
AW: Garbage job won't throw - by CutX - 03.01.2014, 09:35
Re: AW: Garbage job won't throw - by xo - 03.01.2014, 10:33
Re: Garbage job won't throw - by Mey6155 - 03.01.2014, 12:24
Re: Garbage job won't throw - by newbienoob - 03.01.2014, 12:28
Re: Garbage job won't throw - by Mey6155 - 03.01.2014, 12:29

Forum Jump:


Users browsing this thread: 3 Guest(s)