Help me with saving system please
#2

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
INI_SetTag(File,"data");
                INI_WriteInt(File,"Password",udb_hash(inputtext));
                INI_WriteInt(File,"Cash",0);
                INI_WriteInt(File,"Admin",0);
                INI_WriteInt(File,"Level",0);
                INI_WriteInt(File,"Experience",0);
                INI_WriteInt(File,"Sex",0);
                INI_WriteInt(File,"Age",0);
                INI_WriteInt(File,"Job",0);
                INI_WriteFloat(File,"Pos_x",0);
                INI_WriteFloat(File,"Pos_y",0);
                INI_WriteFloat(File,"Pos_z",0);
                INI_WriteInt(File,"Skin",0);
                INI_WriteInt(File,"Team",0);
                INI_WriteInt(File,"Accent",0);
                INI_WriteInt(File,"pGun1",0);
                INI_WriteInt(File,"pGun2",0);
                INI_WriteInt(File,"pGun3",0);
                INI_WriteInt(File,"pGun4",0);
                INI_WriteInt(File,"pGun5",0);
                INI_WriteInt(File,"pGun6",0);
                INI_WriteInt(File,"pGun7",0);
                INI_WriteInt(File,"pGun8",0);
                INI_WriteInt(File,"pGun9",0);
                INI_WriteInt(File,"pGun10",0);
                INI_WriteInt(File,"pGun11",0);
                INI_WriteInt(File,"pGun12",0);
                INI_WriteInt(File,"pGPS",1);
                INI_WriteInt(File,"pDeposit",0);
                INI_WriteInt(File,"pMaterials",0);
                INI_WriteInt(File,"pPackages",0);
                INI_WriteInt(File,"pCocaine",0);
                INI_Close(File);
return 1;
}
you just forgot to save the stuff when player disconnect from server
Reply


Messages In This Thread
Help me with saving system please - by ryansheilds - 15.01.2012, 13:37
Re: Help me with saving system please - by mineralo - 15.01.2012, 14:53
Re: Help me with saving system please - by ryansheilds - 15.01.2012, 16:08
Re: Help me with saving system please - by Bogdan1992 - 15.01.2012, 16:20
Re: Help me with saving system please - by ryansheilds - 15.01.2012, 17:01
Re: Help me with saving system please - by Bogdan1992 - 15.01.2012, 17:12
Re: Help me with saving system please - by ryansheilds - 15.01.2012, 17:40
Re: Help me with saving system please - by Bogdan1992 - 15.01.2012, 17:43
Re: Help me with saving system please - by ryansheilds - 15.01.2012, 17:52
Re: Help me with saving system please - by Bogdan1992 - 15.01.2012, 18:06

Forum Jump:


Users browsing this thread: 4 Guest(s)