Need help with team cash saving - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need help with team cash saving (
/showthread.php?tid=452046)
Need help with team cash saving -
arjanforgames - 19.07.2013
How can I make a save file for every team?
Like: scriptfiles\teams\team_name.ini
For 1 example: Team_America
I've already seen a few threads but I can't get it working.
If you explain this to me please also wright an example script
I'm using .ini to save my data.
I now have for players: PlayerInfo[playerid] [pCash]
I want for teams: TeamInfo[Team_America] [tCash]
Re: Need help with team cash saving -
arakuta - 20.07.2013
You can use the famous DOF2
https://sampforum.blast.hk/showthread.php?tid=281736
Or you can use the famous MySQL (Works separated from pawn)
https://sampforum.blast.hk/showthread.php?tid=337810
Re: Need help with team cash saving -
arjanforgames - 20.07.2013
I asked for an example and not an y_ini ripoff