Posts: 68
	Threads: 17
	Joined: May 2013
	
Reputation: 
0
	 
 
	
	
		Okay so i'm scripting something where you go to the DMV, and you can buy a driving license, a weapon license or a flying license, and also you can do /mylicenses to show which ones you've got. 
But when i restart the server /mylicenses reset how do i save?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 68
	Threads: 17
	Joined: May 2013
	
Reputation: 
0
	 
 
	
	
		i use ladminv2, where do i put these codes?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 291
	Threads: 76
	Joined: Mar 2011
	
Reputation: 
0
	 
 
	
	
		Look for the enum which stores all variables to be saved.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 68
	Threads: 17
	Joined: May 2013
	
Reputation: 
0
	 
 
	
	
		ok i found it in ladmin. but i put my script into another filterscript is that a problem?
here it is
enum PlayerData
{
	Registered,
	LoggedIn,
	Level,
	Muted,
	Caps,
	Jailed,
	JailTime,
	Frozen,
	FreezeTime,
	Kills,
	Deaths,
	hours,
	mins,
	secs,
	TotalTime,
	ConnectTime,
 	MuteWarnings,
	Warnings,
	Spawned,
	TimesSpawned,
	God,
	GodCar,
	DoorsLocked,
	SpamCount,
	SpamTime,
	PingCount,
	PingTime,
	BotPing,
	pPing[PING_MAX_EXCEEDS],
	blip,
	blipS,
	pColour,
	pCar,
	SpecID,
	SpecType,
	bool:AllowedIn,
	FailLogin,