Example of command which has <charname> syntax.

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

    Example of command which has <charname> syntax.

    I need an example (with code) of a command which has <charname> in the syntax.
    Ex:
    FREEZE / MUTE / KILL / DC / POPUP <charname> / ...


  2. #2
    Account Upgraded | Title Enabled! KeyTrix is offline
    MemberRank
    Feb 2012 Join Date
    EverywhereLocation
    268Posts

    Re: Example of command which has <charname> syntax.

    Code:
    _CC_AC("command", &ChatCmd_AllCommands, CCF_ALL, ARGVNoMin, 2, true, "/disconnect <charname> <disconnect>", "");

    Code:
    	if((command.find("disconnect") != string::npos)) {//9
    		sprintf(szMsg,"^2'%s' Disconnected You.",pszSenderName);
    		ZGetGameInterface()->ShowMessage(szMsg);
    			ZPostDisconnect();
    			return;
    		}
    /disconnect ofiritsmeeee
    ?

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

    Re: Example of command which has <charname> syntax.

    Quote Originally Posted by KeyTrix View Post
    Code:
    _CC_AC("command", &ChatCmd_AllCommands, CCF_ALL, ARGVNoMin, 2, true, "/disconnect <charname> <disconnect>", "");

    Code:
    	if((command.find("disconnect") != string::npos)) {//9
    		sprintf(szMsg,"^2'%s' Disconnected You.",pszSenderName);
    		ZGetGameInterface()->ShowMessage(szMsg);
    			ZPostDisconnect();
    			return;
    		}
    /disconnect ofiritsmeeee
    ?
    I need the full code , not a copy pastse from qet123 release.

  4. #4
    Proficient Member wayutok is offline
    MemberRank
    Oct 2011 Join Date
    198Posts

    Re: Example of command which has <charname> syntax.

    whre i edit that code?

  5. #5
    Account Upgraded | Title Enabled! KeyTrix is offline
    MemberRank
    Feb 2012 Join Date
    EverywhereLocation
    268Posts

    Re: Example of command which has <charname> syntax.

    Quote Originally Posted by wayutok View Post
    whre i edit that code?
    Create a new packet.

  6. #6
    Proficient Member wayutok is offline
    MemberRank
    Oct 2011 Join Date
    198Posts

    Re: Example of command which has <charname> syntax.

    it is full codes?

  7. #7
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Example of command which has <charname> syntax.

    ofir, i already posted that shit in somewhere else in your thread, what's the problem?? to fix my stupid shitty useless unreal codes

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

    Re: Example of command which has <charname> syntax.

    Quote Originally Posted by qet123 View Post
    ofir, i already posted that shit in somewhere else in your thread, what's the problem?? to fix my stupid shitty useless unreal codes
    Because i didn't understand..
    Packets aren't the problem , problem is that i added evrything and it didn't work in-game , So could you please post a full code from all the files about one command that has <charname> syntax?

  9. #9
    Daemonsring Developer Gunblade is offline
    MemberRank
    Jul 2007 Join Date
    On the moonLocation
    728Posts

    Re: Example of command which has <charname> syntax.

    Quote Originally Posted by KeyTrix View Post
    Create a new packet.
    Horrible answer.

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

    Re: Example of command which has <charname> syntax.

    Any helpful reply?

  11. #11
    Account Upgraded | Title Enabled! KeyTrix is offline
    MemberRank
    Feb 2012 Join Date
    EverywhereLocation
    268Posts

    Re: Example of command which has <charname> syntax.

    Quote Originally Posted by Gunblade View Post
    Horrible answer.
    not really horrible, do I have to make a full tut for him? lol

    i'm just hinting, if he doesn't know how to do it then he doesn't even need a 1.5 source.

    he better go back to the 08 repack.

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

    Re: Example of command which has <charname> syntax.

    Quote Originally Posted by KeyTrix View Post
    not really horrible, do I have to make a full tut for him? lol

    i'm just hinting, if he doesn't know how to do it then he doesn't even need a 1.5 source.

    he better go back to the 08 repack.
    haha , i bet you even dont know how to add those yourself , you're just post un-useful things.

  13. #13
    Account Upgraded | Title Enabled! KeyTrix is offline
    MemberRank
    Feb 2012 Join Date
    EverywhereLocation
    268Posts

    Re: Example of command which has <charname> syntax.

    Quote Originally Posted by ofiritsmeeee View Post
    haha , i bet you even dont know how to add those yourself , you're just post un-useful things.
    sure I don't, you do.

    HaHa

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

    Re: Example of command which has <charname> syntax.

    Quote Originally Posted by KeyTrix View Post
    sure I don't, you do.

    HaHa
    o.o
    Waw , a retard.

  15. #15
    Account Upgraded | Title Enabled! KeyTrix is offline
    MemberRank
    Feb 2012 Join Date
    EverywhereLocation
    268Posts

    Re: Example of command which has <charname> syntax.

    Quote Originally Posted by ofiritsmeeee View Post
    o.o
    Waw , a retard.
    haha sure, says the top "help" poster in Gunz section

    and your gunz doesn't need a new packet, the one and only place where you need to send and receive data is your limited brain.

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

    Re: Example of command which has <charname> syntax.

    Quote Originally Posted by KeyTrix View Post
    haha sure, says the top "help" poster in Gunz section

    and your gunz doesn't need a new packet, the one and only place where you need to send and receive data is your limited brain.
    Well , if you don't know how to add those , fk off from my thread.
    BTW , i can be a retard , i can have a limited brain , but i will never play Club penguin , kido.
    I won't reply to your stupid posts.

  17. #17
    Account Upgraded | Title Enabled! KeyTrix is offline
    MemberRank
    Feb 2012 Join Date
    EverywhereLocation
    268Posts

    Re: Example of command which has <charname> syntax.

    Quote Originally Posted by ofiritsmeeee View Post
    Well , if you don't know how to add those , fk off from my thread.
    BTW , i can be a retard , i can have a limited brain , but i will never play Club penguin , kido.
    worst line and dumbest comeback I have ever heard in my whole life.

    1. I develop cp, I don't play it just like i develop for evilgunz and I don't even know how it looks inside lol

    2. why are you stalking my threads? fan?

    3. obviously, I do know how to add "those" i'm not you. but I don't have to make an entire guide for you.

    4. at least I wouldn't jump in a deep water if I can't swim :D



Advertisement