tag mismatching..
#1

I got some tag mismatches on these:

pawn Код:
dini_IntSet(Data, "X", playerDB[playerid][plX]);
            dini_IntSet(Data, "Y", playerDB[playerid][plY]);
            dini_IntSet(Data, "Z", playerDB[playerid][plZ]);
they are defined as FloatlX,FloatlY,FloatlZ. works fine when using setplayerpos with it.. anyone knows the problem?
Reply
#2

Change dini_IntSet to dini_FloatSet as you're saving a float, not an integer.
Reply
#3

thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)