Dini position dosnt save
#1

pawn Код:
dini_IntSet(FileStats(playerid), "PositionX", -1514.6509);
          dini_IntSet(FileStats(playerid), "PositionY", 2524.5295);
          dini_IntSet(FileStats(playerid), "PositionZ", 55.7930);
This dosnt get added to file ;/
Reply
#2

Coordinates is Float so it would be

dini_FloatSet
Reply
#3

the start bit is right coz i tested it with position for loading and saving current position but when i changed it to default position does numbers i get tag mistmatch warnings and it dosnt work
Reply
#4

Co-ordinates are a float, you need to use FloatSet if you're setting a float.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)