Mileage?
#4

So then I can add that to the existing mileage eachtime the timer is killed and save it via mysql?

Would that work?


I converted the enums to work with my script and make a test command.

But the mileage does not increase.
Thoughts?
CMD:miles(playerid,params[]){
new vehicleid = GetPlayerVehicleID(playerid);
printf("MileageDebug: %i", V[vehicleid][miles]);
format(stringsize, sizeof(stringsize), "Mileage is %i", V[vehicleid][miles]);
SendClientMessage(playerid,COLOR_YELLOW,stringsize );
return 1;
}
Reply


Messages In This Thread
Mileage? - by MassDivide - 11.05.2013, 11:09
Re: Mileage? - by MassDivide - 11.05.2013, 23:24
Re: Mileage? - by Knappen - 11.05.2013, 23:41
Re: Mileage? - by MassDivide - 12.05.2013, 00:51
Re: Mileage? - by Knappen - 12.05.2013, 01:07
Re: Mileage? - by MassDivide - 12.05.2013, 01:14
Re: Mileage? - by Knappen - 12.05.2013, 01:18
Re: Mileage? - by MassDivide - 12.05.2013, 01:22

Forum Jump:


Users browsing this thread: 3 Guest(s)