[Release]my new-old commend

Results 1 to 4 of 4
  1. #1
    Apprentice aviv012 is offline
    MemberRank
    Apr 2008 Join Date
    11Posts

    [Release]my new-old commend

    yea yea my "new" commend my english 2 much bedd so just add it to Players.cpp

    Code:
                    else if(strcmp(command, "luk") == 0){ 
                player->setLuk(player->getLuk()+strval(strtok_s(NULL, " ",&next_token)));
            }
                    else if(strcmp(command, "str") == 0){ 
                player->setStr(player->getStr()+strval(strtok_s(NULL, " ",&next_token)));
            }
                    else if(strcmp(command, "int") == 0){ 
                player->setInt(player->getInt()+strval(strtok_s(NULL, " ",&next_token)));
            }
                            else if(strcmp(command, "dex") == 0){ 
                player->setDex(player->getDex()+strval(strtok_s(NULL, " ",&next_token)));
            }
                    else if(strcmp(command, "fame") == 0){ 
                player->setFame(player->getFame()+strval(strtok_s(NULL, " ",&next_token)));
            }
                    else if(strcmp(command, "hp") == 0){ 
                player->setMHP(player->getMHP()+strval(strtok_s(NULL, " ",&next_token)));
            }
                    else if(strcmp(command, "mp") == 0){ 
                player->setMMP(player->getMMP()+strval(strtok_s(NULL, " ",&next_token)));
            }


  2. #2
    Apprentice shon21333 is offline
    MemberRank
    May 2008 Join Date
    17Posts

    Re: [Release]my new-old commend

    ty,if i send !fame50 \ ;fame 50 is do to me 50 fame man?

  3. #3
    Infraction Banned BecauseChangeHZ is offline
    MemberRank
    Nov 2007 Join Date
    108Posts

    Re: [Release]my new-old commend

    this is stupid

    get a !! command

    it's like ! but with 2 !! so it's a ! command cuz there are 2 ! one is ! b4 command and then other!

  4. #4
    Member Hydroxygen is offline
    MemberRank
    Jan 2009 Join Date
    Eccm.tkLocation
    64Posts

    Re: [Release]my new-old commend

    Old thread. =\



Advertisement