Help with Saving/Loading Player Positions. EASY
#4

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?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)