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!

Arguement error

Skilled Illusionist
Joined
Sep 30, 2009
Messages
320
Reaction score
7
ZRuleDeathMatch.cpp(20) : error C2660: 'ZScreenEffectManager::DrawArrow' : function does not take 2 arguments
ZRuleDeathMatch.cpp(71) : error C2660: 'ZCharacter::ChangeWeapon' : function does not take 2 arguments

First :
void ZScreenEffectManager::DrawArrow(rvector& vTargetPos) - how do i define 2 arguements for below code to compile
ZGetScreenEffectManager()->DrawArrow(Pos, 240.0f);

Second :
void ZCharacter::ChangeWeapon(MMatchCharItemParts nParts) - how do i define 2 arguements for below code to compile
pChar->ChangeWeapon(MMCIP_PRIMARY, false);
 
Last edited:
Back
Top