Commands..

Results 1 to 8 of 8
  1. #1
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Commands..

    Can i have some funny / cool / useful commands?
    for only admin/for players
    +
    can i have a full tutorial for a command which skip special items[meds] at item rotation?


  2. #2
    Account Upgraded | Title Enabled! Wish Q is offline
    MemberRank
    Jul 2012 Join Date
    LiveScoreLocation
    456Posts

    Re: Commands..

    look in snippet library 1.5

    Skip meds there is no tutorial.

  3. #3
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: Commands..

    For cool commands there is a tutorial made by qet123 in tutorial section take a look there or do as WishQ told u look in snippet library made by one of the members also in tut section ;) and if u need any help u may post here so who knows will help you !

  4. #4
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: Commands..

    Quote Originally Posted by Tannous View Post
    For cool commands there is a tutorial made by qet123 in tutorial section take a look there or do as WishQ told u look in snippet library made by one of the members also in tut section ;) and if u need any help u may post here so who knows will help you !
    Quote Originally Posted by Wish Q View Post
    look in snippet library 1.5

    Skip meds there is no tutorial.
    Tnx , i found that:
    http://forum.ragezone.com/f245/comma...4/#post7329964
    i would like to add the whole commands in there.
    since i'm new on source editing the problem is that i don't know in which files should i put it in..
    and what does it mean "I won't copy paste the whole fucking source, just make a new packet call it whatever you want, make a server check and that's it."
    Thanks.

  5. #5
    Account Upgraded | Title Enabled! Rejain is offline
    MemberRank
    Jul 2012 Join Date
    201Posts

    Re: Commands..

    hmmmm there is a no massive command its pretty cool :D

    ZChat_Cmds.cpp :
    Code:
    Ln 25:
    void noms(const char* line, const int argc, char **const argv);
    
    Ln 161:
    _CC_AC("noms",	&noms,	CCF_ALL, ARGVNoMin, 1, true, "/noms", "");
    
    Above :  void ChatCmd_Help(const char* line, const int argc, char **const argv)
    
    Put : void noms(const char* line, const int argc, char **const argv)
    {
    	ZGetConfiguration()->GetEtc()->bnoms = ((ZGetConfiguration()->GetEtc()->bnoms == false) ? true : false);
    	if(ZGetConfiguration()->GetEtc()->bnoms)
    		ZChatOutput("^2No Massive Mode Enabled");
    	else
    		ZChatOutput("^2No Massive Mode Disabled");
    }
    ZConfiguration.h :
    Code:
    Ln 130:
    bool        bnoms;
    
    Ln 448:
    #define Z_ETC_NOMS (ZGetConfiguration()->GetEtc()->bnoms)
    ZMyCharacter.cpp
    Code:
    Ln 3622:
    void ZMyCharacter::Charged()				
    {
    	if(ZGetConfiguration()->GetEtc()->bnoms) return;
    	m_bCharged->Set_CheckCrc(true);	
    	m_fChargedFreeTime.Set_CheckCrc( ZGetGame()->GetTime() + CHARGED_TIME);
    
    	ZPostReaction(CHARGED_TIME,ZR_CHARGED);
    }
    Credits go to qet123

  6. #6
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: Commands..

    Quote Originally Posted by Rejain View Post
    hmmmm there is a no massive command its pretty cool :D

    ZChat_Cmds.cpp :
    Code:
    Ln 25:
    void noms(const char* line, const int argc, char **const argv);
    
    Ln 161:
    _CC_AC("noms",	&noms,	CCF_ALL, ARGVNoMin, 1, true, "/noms", "");
    
    Above :  void ChatCmd_Help(const char* line, const int argc, char **const argv)
    
    Put : void noms(const char* line, const int argc, char **const argv)
    {
    	ZGetConfiguration()->GetEtc()->bnoms = ((ZGetConfiguration()->GetEtc()->bnoms == false) ? true : false);
    	if(ZGetConfiguration()->GetEtc()->bnoms)
    		ZChatOutput("^2No Massive Mode Enabled");
    	else
    		ZChatOutput("^2No Massive Mode Disabled");
    }
    ZConfiguration.h :
    Code:
    Ln 130:
    bool        bnoms;
    
    Ln 448:
    #define Z_ETC_NOMS (ZGetConfiguration()->GetEtc()->bnoms)
    ZMyCharacter.cpp
    Code:
    Ln 3622:
    void ZMyCharacter::Charged()				
    {
    	if(ZGetConfiguration()->GetEtc()->bnoms) return;
    	m_bCharged->Set_CheckCrc(true);	
    	m_fChargedFreeTime.Set_CheckCrc( ZGetGame()->GetTime() + CHARGED_TIME);
    
    	ZPostReaction(CHARGED_TIME,ZR_CHARGED);
    }
    Credits go to qet123
    Tnx can you help me add these commands:
    http://forum.ragezone.com/f245/comma...4/#post7329964

  7. #7
    Account Upgraded | Title Enabled! Rejain is offline
    MemberRank
    Jul 2012 Join Date
    201Posts

    Re: Commands..

    Quote Originally Posted by ofiritsmeeee View Post
    Tnx can you help me add these commands:
    http://forum.ragezone.com/f245/comma...4/#post7329964
    oh i tried to add it too but once im in game it dosent work it just crashes.... once i fix it ill post it here for you

  8. #8
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: Commands..

    well if see see this qet123 please make a tutorial.



Advertisement