Jump to content
  • 0

HELP


Issey

Question

Cum pot sa impart asta , ca nu ii dau de cap deloc

public OnPlayerDateUpdateX2(playerid)
{
	if(IsPlayerConnected(playerid))
	{
		new string[1000];
		{
			mysql_format(SQL,string,sizeof(string),"UPDATE `users` SET `CarLic`='%d',`CarLicA`='%d',`CarLicAT`='%d',`CarLicB`='%d',`CarLicBT`='%d'`CarLicCE`='%d',`CarLicCET`='%d',`CarLicD`='%d',`CarLicDT`='%d',`CarLicAAccord`='%d',`CarLicBAccord`='%d',`CarLicCEAccord`='%d',`CarLicDAccord`='%d',`playerColor`='%d',`FlyLic`='%d',`BoatLic`='%d',`GunLic`='%d',`Passport`='%d',`CarLicT`='%d',`FlyLicT`='%d',`BoatLicT`='%d',`GunLicT`='%d',`Rob`='%d',`Jailed`='%d',`HitT`='%d',`Muted`='%d',`MuteTime`='%d',`PassportT`='%d', WHERE `name`='%s'",
      		PlayerInfo[playerid][pCarLic],
			PlayerInfo[playerid][pCarLicA],
			PlayerInfo[playerid][pCarLicAAccord],
			PlayerInfo[playerid][pCarLicBAccord],
			PlayerInfo[playerid][pCarLicCEAccord],
			PlayerInfo[playerid][pCarLicDAccord],
			PlayerInfo[playerid][pCarLicB],
			PlayerInfo[playerid][pCarLicCE],
			PlayerInfo[playerid][pCarLicD],
			PlayerInfo[playerid][pCarLicAT],
			PlayerInfo[playerid][pCarLicBT],
			PlayerInfo[playerid][pCarLicCET],
			PlayerInfo[playerid][pCarLicDT],
			PlayerInfo[playerid][pColor],
			PlayerInfo[playerid][pFlyLic],
			PlayerInfo[playerid][pBoatLic],
			PlayerInfo[playerid][pGunLic],
			PlayerInfo[playerid][pCarLicT],
	  		PlayerInfo[playerid][pFlyLicT],
			PlayerInfo[playerid][pBoatLicT],
			PlayerInfo[playerid][pGunLicT],
			PlayerInfo[playerid][pPassport],
			PlayerInfo[playerid][pPassportT],
			PlayerInfo[playerid][pRob],
			PlayerInfo[playerid][pJailed],
			PlayerInfo[playerid][pHitT],
			PlayerInfo[playerid][pMuted],
			PlayerInfo[playerid][pMuteTime],
			PlayerInfo[playerid][pNormalName]);
			mysql_tquery(SQL,string,"","");
		}
	}
	return 1;
}

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Acum 10 ore, Issey a spus:

Cum pot sa impart asta , ca nu ii dau de cap deloc


public OnPlayerDateUpdateX2(playerid)
{
	if(IsPlayerConnected(playerid))
	{
		new string[1000];
		{
			mysql_format(SQL,string,sizeof(string),"UPDATE `users` SET `CarLic`='%d',`CarLicA`='%d',`CarLicAT`='%d',`CarLicB`='%d',`CarLicBT`='%d'`CarLicCE`='%d',`CarLicCET`='%d',`CarLicD`='%d',`CarLicDT`='%d',`CarLicAAccord`='%d',`CarLicBAccord`='%d',`CarLicCEAccord`='%d',`CarLicDAccord`='%d',`playerColor`='%d',`FlyLic`='%d',`BoatLic`='%d',`GunLic`='%d',`Passport`='%d',`CarLicT`='%d',`FlyLicT`='%d',`BoatLicT`='%d',`GunLicT`='%d',`Rob`='%d',`Jailed`='%d',`HitT`='%d',`Muted`='%d',`MuteTime`='%d',`PassportT`='%d', WHERE `name`='%s'",
      		PlayerInfo[playerid][pCarLic],
			PlayerInfo[playerid][pCarLicA],
			PlayerInfo[playerid][pCarLicAAccord],
			PlayerInfo[playerid][pCarLicBAccord],
			PlayerInfo[playerid][pCarLicCEAccord],
			PlayerInfo[playerid][pCarLicDAccord],
			PlayerInfo[playerid][pCarLicB],
			PlayerInfo[playerid][pCarLicCE],
			PlayerInfo[playerid][pCarLicD],
			PlayerInfo[playerid][pCarLicAT],
			PlayerInfo[playerid][pCarLicBT],
			PlayerInfo[playerid][pCarLicCET],
			PlayerInfo[playerid][pCarLicDT],
			PlayerInfo[playerid][pColor],
			PlayerInfo[playerid][pFlyLic],
			PlayerInfo[playerid][pBoatLic],
			PlayerInfo[playerid][pGunLic],
			PlayerInfo[playerid][pCarLicT],
	  		PlayerInfo[playerid][pFlyLicT],
			PlayerInfo[playerid][pBoatLicT],
			PlayerInfo[playerid][pGunLicT],
			PlayerInfo[playerid][pPassport],
			PlayerInfo[playerid][pPassportT],
			PlayerInfo[playerid][pRob],
			PlayerInfo[playerid][pJailed],
			PlayerInfo[playerid][pHitT],
			PlayerInfo[playerid][pMuted],
			PlayerInfo[playerid][pMuteTime],
			PlayerInfo[playerid][pNormalName]);
			mysql_tquery(SQL,string,"","");
		}
	}
	return 1;
}

 

Adica cum sa imparti?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.