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?
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?
look in snippet library 1.5
Skip meds there is no tutorial.
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 !
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.
hmmmm there is a no massive command its pretty cool :D
ZChat_Cmds.cpp :
ZConfiguration.h :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"); }
ZMyCharacter.cppCode:Ln 130: bool bnoms; Ln 448: #define Z_ETC_NOMS (ZGetConfiguration()->GetEtc()->bnoms)
Credits go to qet123Code: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); }![]()
Tnx can you help me add these commands:
http://forum.ragezone.com/f245/comma...4/#post7329964
well if see see this qet123 please make a tutorial.