26.01.2011, 04:35
Hey guys, could somebody please help me with saving stats. i'v tryed using this method.
When the player completed a mission it added a point to the type of mission they were doing.
This is what i used to do when i used dini but i'v tryed it on mysql so i really had no idea how i would go about doing it.
So if somebody could give an example on how i would go about doing it it would be much appericated.
When the player completed a mission it added a point to the type of mission they were doing.
pawn Код:
PlayerInfo[playerid][Shamal]++;
So if somebody could give an example on how i would go about doing it it would be much appericated.