Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

SAMP save all players on restart XYZ bug

$
0
0
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 Code:

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


Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>