19.06.2011, 19:16
Add something to your register system, like "First login = 1", and put onplayerspawn "If dini_int(file, "first login") == 1) SetPlayerPos(x,y,z)
Then in onplayerdisconnect if(dini_int(file, "first login") == 1) return dini_intset(file, "first login", 0);
Something like that, and also: what are the errors you get?
Then in onplayerdisconnect if(dini_int(file, "first login") == 1) return dini_intset(file, "first login", 0);
Something like that, and also: what are the errors you get?