08.08.2015, 13:48
You don't. Clearly "P_Data[i][pCash]" gets updated somehwere. It is at that point that the query must be sent, not in some arbitrary intervals. If you only have lines like:
Then you should write a function which does that job AND which updates the database.
pawn Код:
P_Data[playeird][pCash] += 1000;

