SAMP save all players on restart XYZ bug
#1

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?

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]); 
Reply


Messages In This Thread
SAMP save all players on restart XYZ bug - by jasperschellekens - 13.01.2018, 19:14
Re: SAMP save all players on restart XYZ bug - by JaKe Elite - 13.01.2018, 21:17
Re: SAMP save all players on restart XYZ bug - by jasperschellekens - 14.01.2018, 14:15

Forum Jump:


Users browsing this thread: 1 Guest(s)