18.08.2009, 20:32
I wanted to make that, no succes, maybe this helps?
Код:
new spawn;
spawn=1235.756, 789.123, 785.12
dini_IntSet(filename, "spawn", spawn);
//OnPlayerConnect Etc.
dini_Get("filename.txt", "spawn");
SetPlayerPos(playerid, spawn);

