Need help with my fuel system
#6

PHP код:
#define MaxFuel 100
// This goes inside your public ReFill(playerid)
new Amount MaxFuel Vehicles[PCar][Fuel];
new 
RefuelPrice = (Amount *3) / MaxFuel;
if (
GivePlayerMoney(playerid, -RefuelPrice))
{
     
// Working code in here.
}
else
{
    
//You don't have enough money.

Reply


Messages In This Thread
Need help with my fuel system - by Stefand - 09.12.2012, 07:06
Re: Need help with my fuel system - by Peach - 09.12.2012, 08:43
Re: Need help with my fuel system - by Stefand - 09.12.2012, 09:07
Re: Need help with my fuel system - by RenSoprano - 09.12.2012, 09:11
Re: Need help with my fuel system - by Stefand - 09.12.2012, 09:31
Re: Need help with my fuel system - by Peach - 09.12.2012, 09:32
Re: Need help with my fuel system - by Stefand - 10.12.2012, 13:01

Forum Jump:


Users browsing this thread: 1 Guest(s)