1 warning . need help
#1

i have 1 warning i cant fix it ..
someone help me with this

pawn Код:
C:\Users\hacker\Desktop\lscnr script\filterscripts\attachmentTest.pwn(337) : warning 215: expression has no effect
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.

here is the warning
pawn Код:
case DIALOG_ATTACH_MODEL_SELECTION:
        {
            if(response)
            {
                if(GetPVarInt(playerid, "AttachmentUsed") == 1) EditAttachedObject(playerid, listitem);
                else
                {
                    SetPVarInt(playerid, "AttachmentModelSel", AttachmentObjects[listitem][attachmodel]);
                    new string[256+1];
                    for(new x;x<sizeof(AttachmentBones);x++)
                    {
                        format(string, sizeof(string), "%s%s\n", string, AttachmentBones[x]);
                    }
                    ShowPlayerDialog(playerid, DIALOG_ATTACH_BONE_SELECTION, DIALOG_STYLE_LIST, \
                    "{FF0000}Attachment Modification - Bone Selection", string, "Select", "Cancel");
                }
            }
            else DeletePVar(playerid, "AttachmentIndexSel");
            return 1;
        }
Reply


Messages In This Thread
1 warning . need help - by iThePunisher - 26.01.2014, 09:49
Re: 1 warning . need help - by rakshith122 - 26.01.2014, 10:20
Re: 1 warning . need help - by Legena - 26.01.2014, 10:21
Re: 1 warning . need help - by iThePunisher - 26.01.2014, 10:41
Re: 1 warning . need help - by Konstantinos - 26.01.2014, 11:10
Re: 1 warning . need help - by iThePunisher - 26.01.2014, 11:50
Re: 1 warning . need help - by Ranshand - 26.01.2014, 12:46
Re: 1 warning . need help - by iThePunisher - 26.01.2014, 15:54

Forum Jump:


Users browsing this thread: 1 Guest(s)