Jump to content

Python27

Premium
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Python27

  1. On 2/11/2020 at 8:56 AM, ItamisCZ said:

     

    I've already tried this, before i wrote comment.

     

    It gives another errors.

     

     

      Reveal hidden contents

    Error   C2660    'IDirect3DDevice9::GetRenderTarget' : function does not take 1 arguments    eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    83    
    Error (active)    E0165    too few arguments in function call   eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    64    
    Error (active)    E0165    too few arguments in function call   eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    78    
    Error (active)    E0165    too few arguments in function call   eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    83    
    Error (active)    E0167    Argument of type "LPDIRECT3DSURFACE9" is incompatible with parameter of type "DWORD".    eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    85    
    Error (active)    E0167    Argument of type "LPDIRECT3DSURFACE9" is incompatible with parameter of type "DWORD".    eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    90    
    Error (active)    E0167    Argument of type "LPDIRECT3DSURFACE9 *" is incompatible with parameter of type "DWORD".    eterlib    C:\Projects\EBin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    78    
    Error (active)    E0167    Argument of type "LPDIRECT3DSURFACE9 *" is incompatible with parameter of type "DWORD".    eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    83    
    Error (active)    E0167    Argument of type "int" is incompatible with parameter of type "LPDIRECT3DVERTEXSHADER9".    eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    156    
    Error  C2664    'void CStateManager::SetVertexShader(LPDIRECT3DVERTEXSHADER9)' : cannot convert argument 1 from 'int' to 'LPDIRECT3DVERTEXSHADER9'    eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    156    
    Error    C2664    'void CStateManager::SetVertexShader(LPDIRECT3DVERTEXSHADER9)' : cannot convert argument 1 from 'int' to 'LPDIRECT3DVERTEXSHADER9'    eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpImageInstance.cpp    91    
    Error  C2660    'IDirect3DDevice9::CreateTexture' : function does not take 7 arguments    eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    64    
    Error  C2660    'IDirect3DDevice9::CreateDepthStencilSurface' : function does not take 5 arguments    eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    78    
    Error  C2664    'HRESULT IDirect3DDevice9::SetRenderTarget(DWORD,IDirect3DSurface9 *)' : cannot convert argument 1 from 'LPDIRECT3DSURFACE9' to 'DWORD'    eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    85    
    Error  C2664    'HRESULT IDirect3DDevice9::SetRenderTarget(DWORD,IDirect3DSurface9 *)' : cannot convert argument 1 from 'LPDIRECT3DSURFACE9' to 'DWORD'    eterlib    C:\Projects\Bin (Source)\client\EterLib\GrpRenderTargetTexture.cpp    90    

     

    It's not so hard u should managed fast if u read documentation from dx9

  2. La 30.09.2018 la 10:17, Krzychu20 a spus:

    Hey, is it possible add to description of item information from sql database? I have new table with `itemid` and `specialvalue` columns, so I store different `specialvalue` for every items but i don't know exactly how can i print it in item description.

    Yes it is possible where the tooltip is sent that argument "desclist" you declare something else like test1 = player.getdbinfo and u have to make into the source binary that function who read tables from db

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.