never used
#1

Code:
if(dialogid == DIALOG_GIFTBOXOB)
	{
    	if(!response) return 1;
    	{
    		new Float: pos[3]; new zzgQuery[256] = EOS;
    		new sssstring[256];
			GetPlayerPos(playerid, pos[0], pos[1], pos[2]);

			GiftBoxInfo[playerid][pGiftBoxOn] = 1;
		    SCM(playerid, -1, "Giftbox activated");
		    
		    GiftBoxInfo[playerid][pGiftBoxPosX] = pos[0];
		    GiftBoxInfo[playerid][pGiftBoxPosY] = pos[1];
		    GiftBoxInfo[playerid][pGiftBoxPosZ] = pos[2];
		    GiftBoxInfo[playerid][pGiftboxModel] = CreateObject(strval(inputtext), GiftBoxInfo[playerid][pGiftBoxPosX], GiftBoxInfo[playerid][pGiftBoxPosY], GiftBoxInfo[playerid][pGiftBoxPosZ], 0.00000, 0.00000, 0.00000);
		 
			format(sssstring, sizeof(sssstring), "TEST\nBani castigati: $%s\nExperienta castigate: %s", 
			FormatNumber(GiftBoxInfo[playerid][pGiftBoxMoney]), FormatNumber(GiftBoxInfo[playerid][pGiftBoxEXP]));
			giftlabel = CreateDynamic3DTextLabel(string, 0xFFFFFFFF, GiftBoxInfo[playerid][pGiftBoxPosX], GiftBoxInfo[playerid][pGiftBoxPosY], GiftBoxInfo[playerid][pGiftBoxPosZ], 25, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, -1, -1, -1, 100.0);
			
	    	mysql_format(SQL, zzgQuery, sizeof(zzgQuery), "INSERT INTO giftboxd (`GiftBoxOn`, `GiftboxModel`, `GiftboxPosX`, `GiftboxPosY`, `GiftboxPosZ`) VALUES ('1','%d', '%f', '%f', '%f')",strval(inputtext), GiftBoxInfo[playerid][pGiftBoxPosX], GiftBoxInfo[playerid][pGiftBoxPosY], GiftBoxInfo[playerid][pGiftBoxPosZ]);
		    mysql_tquery(SQL, zzgQuery, "", "");
		}
	}
D:\server\gamemodes\ExtremeGame.pwn(4913 : warning 204: symbol is assigned a value that is never used: "giftlabel"

fixes?
Reply


Messages In This Thread
never used - by enzulikeS - 06.01.2019, 16:53
Re: never used - by enzulikeS - 06.01.2019, 16:56
Re: never used - by ch1ps - 07.01.2019, 07:09

Forum Jump:


Users browsing this thread: 1 Guest(s)