Sscanf and floats
#4

pawn Code:
sscanf(query,"p<|>ds[50]s[24]ddddffffffd",
            i,
            Bizz[i][name],
            Bizz[i][owner],
            Bizz[i][status],
            Bizz[i][type],
            Bizz[i][vault],
            Bizz[i][interior],
            Bizz[i][intx],
            Bizz[i][inty],
            Bizz[i][intz],
            Bizz[i][outx],
            Bizz[i][outy],
            Bizz[i][outz],
        Bizz[i][price]
);
        printf("x: %f y: %f z: %f",Bizz[i][outx],Bizz[i][outy],Bizz[i][outz]);
I don't really think it's diffrent, but try.
Reply


Messages In This Thread
Sscanf and floats - by Willow - 23.08.2011, 17:29
Re: Sscanf and floats - by Jeffry - 23.08.2011, 17:31
Re: Sscanf and floats - by Willow - 23.08.2011, 17:39
Re: Sscanf and floats - by Darnell - 23.08.2011, 17:41
Re: Sscanf and floats - by Willow - 23.08.2011, 17:43
Re: Sscanf and floats - by [NoV]LaZ - 23.08.2011, 17:53
Re: Sscanf and floats - by Willow - 23.08.2011, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)