| [CODE] Título de Enemy Kill | |
|
|
Author | Message |
---|
KenZoB
Silver 1
Earned by having 48 posts & comments.
Civilian
Granted to members for high engagement.
Likes : 9
| #1Subject: [CODE] Título de Enemy Kill 11/14/2014, 3:06 am | |
| No hay mucho que explicar, al matar un enemigo salta un mensaje, con el nombre de la victima y guild si es que lo tiene. ClientSRC: Game.cpp: Buscar: - Code:
-
if( iExp >= 0 ) m_iExp = iExp; if( iEnemyKillCount >= 0 ) m_iEnemyKillCount = iEnemyKillCount; PlaySound('E', 23, 0);
Justo abajo agregar: - Code:
-
Código: //Enemy Kill Title _RemoveChatMsgListByObjectID(m_sPlayerObjectID); for(int i = 1; i < DEF_MAXCHATMSGS; i++) if(m_pChatMsgList[i] == NULL) { ZeroMemory(cTxt, sizeof(cTxt)); if(sGuildRank == -1) wsprintf(cTxt, "Enemy Killed!", cName); else wsprintf(cTxt, "%s)", cName, cGuildName); m_pChatMsgList[i] = new class CMsg(23, cTxt, m_dwCurTime); m_pChatMsgList[i]->m_iObjectID = m_sPlayerObjectID;
if(m_pMapData->bSetChatMsgOwner(m_sPlayerObjectID, -10, -10, i) == FALSE) { delete m_pChatMsgList[i]; m_pChatMsgList[i] = NULL; } return; } |
|
| |
bryan1520
Silver
Earned after your first post and comment.
Likes : 1
| #2Subject: Re: [CODE] Título de Enemy Kill 11/13/2016, 2:02 am | |
| |
|
| |
bryan1520
Silver
Earned after your first post and comment.
Likes : 1
| #3Subject: Re: [CODE] Título de Enemy Kill 11/13/2016, 2:15 am | |
| dios pero porq me tirar error |
|
| |
LifeX
Diamond 1
Earned by having 144 posts & comments.
Civilian
Granted to members for high engagement.
Great Mentor
Granted to veteran members who exhibit helpful and sportsmanlike behavior.
Moderator
Earned by becoming a board moderator.
Likes : 26
| #4Subject: Re: [CODE] Título de Enemy Kill 11/18/2016, 8:20 am | |
| LOL, please do not post stupid and incomplete codes that you only know how to copy and paste KenzoB. This is just hilarious. Bryan, post your error here. Maybe then I can help you to fix. This is mine. |
|
| |
KenZoB
Silver 1
Earned by having 48 posts & comments.
Civilian
Granted to members for high engagement.
Likes : 9
| #5Subject: Re: [CODE] Título de Enemy Kill 11/19/2016, 7:39 pm | |
| Stop talking stupid soprano, if you only know to steal codes and steal things from others, you have never been able to create anything
|
|
| |
jonathan123456
Silver 3
Earned by having 24 posts & comments.
Likes : 1
| #6Subject: Re: [CODE] Título de Enemy Kill 11/21/2016, 12:04 am | |
| amigo me pasas el code completo ? |
|
| |
LifeX
Diamond 1
Earned by having 144 posts & comments.
Civilian
Granted to members for high engagement.
Great Mentor
Granted to veteran members who exhibit helpful and sportsmanlike behavior.
Moderator
Earned by becoming a board moderator.
Likes : 26
| #7Subject: Re: [CODE] Título de Enemy Kill 11/21/2016, 10:44 am | |
| LOL, please do ot even call yourself a coder, who doesn't know how to code. Steal people's code and run away with it.
Then want to post codes he doesnt even know how it works and say its your contribution.
Almost 70-80% of the help i do here is because I code, not like you. No idea why you are here when you are not even helping.
I wonder what Jorge is doing. |
|
| |
KenZoB
Silver 1
Earned by having 48 posts & comments.
Civilian
Granted to members for high engagement.
Likes : 9
| #8Subject: Re: [CODE] Título de Enemy Kill 11/23/2016, 5:46 pm | |
| I do not know if you knew it but you're a son of a bitch, you're the worst human being in history, disgusting Chinese
|
|
| |
KenZoB
Silver 1
Earned by having 48 posts & comments.
Civilian
Granted to members for high engagement.
Likes : 9
| #9Subject: Re: [CODE] Título de Enemy Kill 11/23/2016, 5:47 pm | |
| That's what you call code to steal the HB World codes? JAJAJAJAJAJAJAJA you're a fucking son of a bitch
|
|
| |
Roa
Diamond 1
Earned by having 144 posts & comments.
10th Anniversary
Earned after being a member for 10 years.
Moderator
Earned by becoming a board moderator.
Likes : 28
| #10Subject: Re: [CODE] Título de Enemy Kill 11/23/2016, 6:04 pm | |
| Hello, We do not allow the insulting, harassment, or inappropriate satire to others. Due to the extremely offensive nature of your comment, your post has been deleted and a 1-day suspension has been issued. I have included your post below: - I do not know if you knew it but you're a son of a bitch, you're the worst human being in history, disgusting Chinese. - That's what you call code to steal the HB World codes? JAJAJAJAJAJAJAJA you're a fucking son of a bitch Discussion: http://joinhb.rpg-board.net/t126-code-titulo-de-enemy-kill |
|
| |
Sponsored content
| #11Subject: Re: [CODE] Título de Enemy Kill | |
| |
|
| |
| [CODE] Título de Enemy Kill | |
|