ratio td once again not working !
#6

Change this:

Код:
	
	format( iString, sizeof( iString ), "Ratio: %.2f", ratio);
	TextDrawSetString(RATIO[playerid], iString);
For this:

Код:
	
	format( iString, sizeof( iString ), "Ratio: %.2f", floatdiv(PlayerKills[playerid], PlayerDeaths[playerid]));
	TextDrawSetString(RATIO[playerid], iString);
Reply


Messages In This Thread
ratio td once again not working ! - by wallen - 29.01.2018, 17:46
Re: ratio td once again not working ! - by Mugala - 29.01.2018, 20:05
Re: ratio td once again not working ! - by wallen - 30.01.2018, 13:59
Re: ratio td once again not working ! - by ISmokezU - 30.01.2018, 15:56
Re: ratio td once again not working ! - by wallen - 30.01.2018, 17:42
Re: ratio td once again not working ! - by poxer - 30.01.2018, 19:55

Forum Jump:


Users browsing this thread: 1 Guest(s)