how much greater is this float
#1

Okay just a question

Here i can do 'something' if the last float is greater then the first.
pawn Код:
if(floatcmp(fr[2],col[2])== -1)
{
  SendClientMessage(playerid,-1,"GREAT HUH?");
}
But how would i script it if i want to check that col[2] is just a bit greater ( so i could add my own number to it)?
i mean col[2] is greater yes but what if i want to return only if its greater than 1.6 or something ?

I hope you understood what i meant. i find it difficult to explain.
Reply


Messages In This Thread
how much greater is this float - by AIped - 19.06.2015, 12:57
Re: how much greater is this float - by ikey07 - 19.06.2015, 13:22
Re: how much greater is this float - by AIped - 19.06.2015, 13:46
AW: Re: how much greater is this float - by Kaliber - 19.06.2015, 13:50
Re: AW: Re: how much greater is this float - by AIped - 19.06.2015, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)