Converter distance
#1

Hello guys! I work for a trucker job system and i need to convert metres in kilometres. ex: 1200 metres = 1.2 km.

I don't really know how can I do that, to create a public,stock or something for calculating metres in km.

If someone want to help me, I will be thankful.
Reply
#2

Divide by 1000, how difficult can it be?
Reply
#3

Quote:
Originally Posted by Vince
Посмотреть сообщение
Divide by 1000, how difficult can it be?
I got this error: warning 213: tag mismatch

Код:
stock DistanceConvert(Float:metres) // this is the line
{
	return metres / 1000;
}
Use (ex):
Код:
new Float:gg, Floats[3];
gg = GetPlayerPos(playerid, Floats[0], Floats[1], Floats[2]);
SCMF(playerid, -1, "%d", DistanceConvert(gg));
Can you help me, please?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)