I think I release the code because many people want the point saving stuff. This will create a .txt file for every player who got points and it's updating it every kill. It will read the file OnPlayerConnect and add the points. It isn't as good as a SQL database but it's working pretty good.
Better to use mysql database, it takes just 5 mb max and just one file.
I did same in KillMe Zombie mod ( and @Ich1994 did it in ezm )
01-23-2013, 10:19 (This post was last modified: 01-23-2013, 16:15 by ltybcs.)
Thanks for initial skin of this plug-in, I translate him and improved having added some new subjects a little but I had recently a problem that some subjects (Throwing knife and Desert Eagle for example) subjects upon purchase points for them aren't removed but they are bought though in sv_config the price costs.
How to make so that points were removed when when you buy one of these things?
I think I release the code because many people want the point saving stuff. This will create a .txt file for every player who got points and it's updating it every kill. It will read the file OnPlayerConnect and add the points. It isn't as good as a SQL database but it's working pretty good.
I use its script as I don't know as to make mysql database, you can write as it to make?
So you can help me?
Game when everything in shop is free (except cartridges for infected) has no washed away i don't know as it to correct for now in another way it is impossible because of it problems, I hope for that that you write as it soon to correct.
(01-25-2013, 14:41)SailorMoon Wrote: Maybe you placed sv_config file wrong?
Here my full sv_config file, what here can be wrong?
Here the way where it lies if it is necessary mw3server\addon\sv_config.ini
Other plugins entered in sv_config work except shop.
Code:
[SERVER]
TimedMessages=1
//Enable or disable timed messages [0-1]
SpecsFix=1
//Disable the CPU/Bandwidth check [0-1]
OldRotation=0
//Enable the old cod4-style rotation (see example server.cfg) [0-1]
OldRotationVal=playlist tdm_default map mp_dome playlist sd_default map mp_alpha playlist jug_default map mp_carbon
//OldRotation configuration
RotationThreshold=1
//Disable map rotation threshold (set to 0)
DisableVAC=0
//[UNTESTED] Stop VAC from protecting your server
[LOG]
ConsoleLog=1
//Enable logging to the 'console.log' file [0-1]
[SCRIPT]
Enabled=0
//Enable the server script [0-1]
Script=example.script
//Server script to run
[DEBUG]
ExceptionLogging=0
//Enable logging of crashes [0-1]
[UPDATER]
Enable=0
//Enable the updater
AutoUpdate=0
//Auto-update the server when there is a new release. (Mainly for dedicated servers on game server hosters)
(01-25-2013, 15:17)SailorMoon Wrote: Eh, i don't see any error there.
I'm gonna release new shop system soon. ( with mysql point saving, less code, easy to use )
(01-25-2013, 15:17)SailorMoon Wrote: Eh, i don't see any error there.
I'm gonna release new shop system soon. ( with mysql point saving, less code, easy to use )