22.06.2009, 10:20
I am trying to make 'savecar' command. The command works and it saves car's coords to file. I am saving with dini. Here is something:
I don't know what to write so am using 1 (if I don't write "1" i get warning)
And i get:
But I don't need "=1". How i should save my car without "=1" in file?
I need:
But I get:
Hope you understand.
pawn Code:
dini_IntSet(file, string, 1);
And i get:
Code:
411, -1730.954101, 531.767150, 39.146366, 348.453033, -1, -1, RESPAWN_DELAY; =1
I need:
Code:
411, -1730.954101, 531.767150, 39.146366, 348.453033, -1, -1, RESPAWN_DELAY;
Code:
411, -1730.954101, 531.767150, 39.146366, 348.453033, -1, -1, RESPAWN_DELAY; =1