Vice City: Multiplayer

Server Development => Scripting and Server Management => Script and Content Requests => Topic started by: Alpays on May 07, 2020, 07:24 PM

Title: Cash Saving System
Post by: Alpays on May 07, 2020, 07:24 PM
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
Title: Re: Cash Saving System
Post by: =RK=MarineForce on May 16, 2020, 01:23 AM
its register system not account.
Title: Re: Cash Saving System
Post by: habi on May 16, 2020, 05:03 AM
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.