Cash Saving System

Started by Alpays, May 07, 2020, 07:24 PM

Previous topic - Next topic

Alpays

Im using Anik's Registration system but its not saving cash can someone code cash save system for me Im using sqlite also sorry I opened so topics but Im new

=RK=MarineForce

its register system not account.

habi

yes. but with a little modification, that is modifying Anik's table to add one more column cash integer, modiying playerclass to include one more member cash integer.

modifying onplayer join to set cash integer, modifying onplayerspawn to set player.Cash=stats[player.ID].cash and finally modiying onplayerpart to save cash .

It is possible.