Need help with fuel
#2

pawn Код:
new Float:FillAmount = 20; // try to remove the  PlayerInfo[playerid][pCanFuel] this should be fixed somehow.

                    if((Fuel[closestcar] - FillAmount) < 0)
                    {
                         PlayerInfo[playerid][pCanFuel] += Fuel[closestcar];
                         Fuel[closestcar] = 0.0;
                         format(string,sizeof(string),"* %s opens the bottom of the vehicles gas tank, uses their siphon to drain the gasoline into the gascan, but extracts nothing from the empty gastank.",RPN(playerid));
                         ProxDetector(30.0, playerid, string, COLOR_PURPLE);
                    }
                    else
                    {
                        PlayerInfo[playerid][pCanFuel] += FillAmount;
                        Fuel[closestcar] -= FillAmount;
                        format(string,sizeof(string),"* %s opens the bottom of the vehicles gas tank, uses their siphon to drain the gasoline into the gascan.",RPN(playerid));
                        ProxDetector(30.0, playerid, string, COLOR_PURPLE);
                    }
Reply


Messages In This Thread
Need help with fuel - by RALL0 - 05.07.2013, 14:30
Re: Need help with fuel - by ToiletDuck - 05.07.2013, 16:53
Re: Need help with fuel - by RALL0 - 05.07.2013, 22:06
Re: Need help with fuel - by [ABK]Antonio - 05.07.2013, 22:28
Re: Need help with fuel - by RALL0 - 06.07.2013, 01:00
Re: Need help with fuel - by RALL0 - 06.07.2013, 23:38
Re: Need help with fuel - by Pottus - 07.07.2013, 01:00
Re: Need help with fuel - by RALL0 - 07.07.2013, 01:32
Re: Need help with fuel - by RALL0 - 07.07.2013, 19:37

Forum Jump:


Users browsing this thread: 2 Guest(s)