inputtext & floats
#1

How would I go about doing them without getting an error? Currently, I have..

pawn Код:
case DIALOG_HOUSEEDIT + 4: // Editing the house interior X position
        {
            if( response )
            {
                new
                    hStr [ 128 ];
                   
                houStats [ plEditingHouse [ playerid ] ] [ EnterInteriorPosition ] [ 0 ] = inputtext;
               
                format( hStr, 128, "» House Interior X Position for House ID %d has been set to %f.", plEditingHouse [ playerid ], inputtext );
                SendClientMessage( playerid, -1, hStr );
               
                SaveHouse( plEditingHouse [ playerid ] );
                plEditingHouse [ playerid ] = -1;
            }
        }
And I'm getting an error that inputtext needs to be assigned to an array. How would I go about doing this?
Reply


Messages In This Thread
inputtext & floats - by 2KY - 26.08.2012, 01:43
Re: inputtext & floats - by Ballu Miaa - 26.08.2012, 01:49
Re: inputtext & floats - by 2KY - 26.08.2012, 01:51
Re: inputtext & floats - by Ballu Miaa - 26.08.2012, 02:10
Re: inputtext & floats - by leonardo1434 - 26.08.2012, 02:15
AW: inputtext & floats - by Nero_3D - 26.08.2012, 02:19
Re: inputtext & floats - by ReneG - 26.08.2012, 02:41

Forum Jump:


Users browsing this thread: 3 Guest(s)