13.01.2018, 19:14
There is a strange bug: all players will login at the position of 1 player while other stats gets saved correctly.
What am i doing wrong?
What am i doing wrong?
PHP код:
GetPlayerPos(i,pX[i],pY[i],pZ[i]);
INI_IntSet(Acc(i),"X1",floatround(pX[i]));
INI_IntSet(Acc(i),"Y1",floatround(pY[i]));
INI_IntSet(Acc(i),"Z1",floatround(pZ[i]));
//saved correctly
INI_IntSet(Acc(i),"Passport",Passport[i]);