Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

help error " 4 argument" hr = pEffChar->LoadFile ( SFile, pd3dDevice ,true,true);

Joined
Oct 29, 2013
Messages
414
Reaction score
5
help error " 4 argument" hr = pEffChar->LoadFile ( SFile, pd3dDevice ,true,true);

hr = pEffChar->LoadFile ( SFile, pd3dDevice ,true,true); this is thee errorr mesh skinpiececointain
 
Junior Spellweaver
Joined
Nov 18, 2017
Messages
125
Reaction score
64
Re: help error " 4 argument" hr = pEffChar->LoadFile ( SFile, pd3dDevice ,true,true);

hr = pEffChar->LoadFile ( SFile, pd3dDevice ,true,true); this is thee errorr mesh skinpiececointain

for the untouched source, that LoadFile only have 2 args, the item data and d3ddevice,

your error show you put more than that. just delete the true, ture..
that is for ran tool function
 
Upvote 0
Back
Top