PaintBall Mode Error In Build Please Help

Results 1 to 7 of 7
  1. #1
    Valued Member polat alemdar is offline
    MemberRank
    Jun 2011 Join Date
    106Posts

    PaintBall Mode Error In Build Please Help

    I Have Problem In Build See This Please Help Me :( !
    PHP Code:
    c:\Users\My Love\Desktop\Source\Source_Code\Stable\Gunz\ZRule.cpp(103): error C2061syntax error identifier 'ZRuleSoloPaintball'
    c:\Users\My Love\Desktop\Source\Source_Code\Stable\Gunz\ZRule.cpp(108): error C2061syntax error identifier 'ZRuleTeamPaintball' 
    Last edited by polat alemdar; 05-06-13 at 05:19 PM.


  2. #2
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: PaintBall Mode Error In Build Please Help

    you forgot to include the headers :) at the top of zrule.cpp include the .h files for your paint ball game mode.

  3. #3
    Valued Member polat alemdar is offline
    MemberRank
    Jun 2011 Join Date
    106Posts

    Re: PaintBall Mode Error In Build Please Help

    Quote Originally Posted by own_prox View Post
    you forgot to include the headers :) at the top of zrule.cpp include the .h files for your paint ball game mode.
    Include What Tell Me What The Name Of The Files??

  4. #4
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: PaintBall Mode Error In Build Please Help

    #include "ZRuleDeathMatch.h"

  5. #5
    Valued Member polat alemdar is offline
    MemberRank
    Jun 2011 Join Date
    106Posts

    Re: PaintBall Mode Error In Build Please Help

    Quote Originally Posted by Ronny786 View Post
    #include "ZRuleDeathMatch.h"
    PHP Code:
    Gunz error LNK2019unresolved external symbol "public: __thiscall ZRuleSoloPaintball::ZRuleSoloPaintball(class ZMatch *)" (??0ZRuleSoloPaintball@@QAE@PAVZMatch@@@Zreferenced in function "public: static class ZRule * __cdecl ZRule::CreateRule(class ZMatch *,enum MMATCH_GAMETYPE)" (?CreateRule@ZRule@@SAPAV1@PAVZMatch@@W4MMATCH_GAMETYPE@@@Z)
    Gunz error LNK2019unresolved external symbol "public: __thiscall ZRuleTeamPaintball::ZRuleTeamPaintball(class ZMatch *)" (??0ZRuleTeamPaintball@@QAE@PAVZMatch@@@Zreferenced in function "public: static class ZRule * __cdecl ZRule::CreateRule(class ZMatch *,enum MMATCH_GAMETYPE)" (?CreateRule@ZRule@@SAPAV1@PAVZMatch@@W4MMATCH_GAMETYPE@@@Z)
    Gunz error LNK2019unresolved external symbol "public: __thiscall MMatchRuleTeamPaintball::MMatchRuleTeamPaintball(class MMatchStage *)" (??0MMatchRuleTeamPaintball@@QAE@PAVMMatchStage@@@Zreferenced in function "private: class MMatchRule * __thiscall MMatchStage::CreateRule(enum MMATCH_GAMETYPE)" (?CreateRule@MMatchStage@@AAEPAVMMatchRule@@W4MMATCH_GAMETYPE@@@Z)
    Gunz error LNK2019unresolved external symbol "public: __thiscall MMatchRuleSoloPaintball::MMatchRuleSoloPaintball(class MMatchStage *)" (??0MMatchRuleSoloPaintball@@QAE@PAVMMatchStage@@@Zreferenced in function "private: class MMatchRule * __thiscall MMatchStage::CreateRule(enum MMATCH_GAMETYPE)" (?CreateRule@MMatchStage@@AAEPAVMMatchRule@@W4MMATCH_GAMETYPE@@@Z)
    Gunz fatal error LNK11204 unresolved externals 

  6. #6
    Member milagrogunz is offline
    MemberRank
    Feb 2013 Join Date
    54Posts

    Re: PaintBall Mode Error In Build Please Help

    Add to:

    ZRule.cpp
    ZRuleDeathMatch.h -> double check the name of ZRulePaintball
    ZRuleDeathMatch.cpp -> double check the name of ZRulePaintball

  7. #7
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: PaintBall Mode Error In Build Please Help

    Simply remove the cases from ZRule and ZMMatchrule , and use ZRuleDeathmatch.
    Paintballs got no separate rule there, so you can use Deathmatch rule for Solo game and Teamdeathmatch rule for Team paintball.



Advertisement