why doesnt update in database
#1

Код:
CMD:getgift(playerid, params[]) {
	if(GiftBoxInfo[playerid][pGiftBoxOn] == 0) return SCM(playerid, -1, "Giftbox-ul nu este activ..");
    if(IsPlayerInRangeOfPoint(playerid, 5.0, GiftBoxInfo[playerid][pGiftBoxPosX], GiftBoxInfo[playerid][pGiftBoxPosY], GiftBoxInfo[playerid][pGiftBoxPosZ])) 
    {
		new rand = random(11); new zzString[128] = EOS;
		switch(rand) {
			case 0..5: {
				SCM(playerid, -1, "{008080}(GIFTBOX){FFFFFF}: Felicitari! Ai deschis giftbox-ul si ai castigat 10.000.000$.");
				GivePlayerCash(playerid, 10000000);
				Update(playerid, pCashx);
				mysql_format(SQL,zzString,sizeof(zzString),"UPDATE giftboxd SET `GiftBoxMoney`='%s'", GiftBoxInfo[playerid][pGiftBoxMoney]);
				mysql_tquery(SQL,zzString,"","");
			}
mysql_format(SQL,zzString,sizeof(zzString),"UPDATE giftboxd SET `GiftBoxMoney`='%s'", GiftBoxInfo[playerid][pGiftBoxMoney]);

this thing does not update in database, no errors in console..
Reply


Messages In This Thread
why doesnt update in database - by enzulikeS - 06.01.2019, 19:24
Re: why doesnt update in database - by enzulikeS - 07.01.2019, 17:55
Re: why doesnt update in database - by Eoussama - 07.01.2019, 18:12
Re: why doesnt update in database - by enzulikeS - 08.01.2019, 14:48
Re: why doesnt update in database - by enzulikeS - 09.01.2019, 19:22
Re: why doesnt update in database - by enzulikeS - 11.01.2019, 20:38
Re: why doesnt update in database - by userid - 11.01.2019, 20:41
Re: why doesnt update in database - by d3Pedro - 11.01.2019, 22:51

Forum Jump:


Users browsing this thread: 1 Guest(s)