Amx Backtrace
#3

you think its this part?

Код:
new autostringg[64];
					format(autostringg, sizeof(autostringg), "%s", GetVehicleNameEx(GetVehicleModel(GetPlayerVehicleID(i))));
					PlayerTextDrawSetString(i, BRZINOMER[i][7], autostringg);
					if(Fuel[GetPlayerVehicleID(i)] > 100.0) format(vstring2, sizeof(vstring2), "N/A");
				  	else format(vstring2, sizeof(vstring2), "%.1f", Fuel[GetPlayerVehicleID(i)]);
					PlayerTextDrawSetString(i, BRZINOMER[i][5], vstring2);
					if(Fuel[GetPlayerVehicleID(i)] <= 0 && NestaloGoriva[i] == 0)
Reply


Messages In This Thread
Amx Backtrace - by TaylorShade - 05.07.2016, 08:12
Re: Amx Backtrace - by Vince - 05.07.2016, 08:28
Re: Amx Backtrace - by TaylorShade - 05.07.2016, 08:46
Re: Amx Backtrace - by Mencent - 05.07.2016, 09:16
Re: Amx Backtrace - by Runn3R - 05.07.2016, 09:54
Re: Amx Backtrace - by TaylorShade - 05.07.2016, 11:47
Re: Amx Backtrace - by Konstantinos - 05.07.2016, 13:03
Re: Amx Backtrace - by TaylorShade - 05.07.2016, 14:27

Forum Jump:


Users browsing this thread: 1 Guest(s)