Jump to content

got non-convertible string


Recommended Posts

hi guys 

Can you tell me why I got "warning" from these little codes?

warning : Expected numbers,got non-convertable string.This warning may be an error in future versions.

 

function showSpecificSlotWindow( slotid )
    local slotname = getVehicleUpgradeSlotName( slotid )
    if type( slotid ) == 'string' then
        slotname = slotid
    end
    local upgrades = getVehicleCompatibleUpgrades( moddingVeh )
    if not hideSubToo then
        guiSetText( upgradeGUI.wnd, slotname )
        showNewSub = false 
    else
        addEventHandler( "onClientRender", getRootElement(), contractSubWindow )
    end
    layoutButtons( slotname )
end

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...