KenZoB


Posts : 49 Since : 2014-11-05
![[CODE] Anuncios de Bienvenida Empty](https://2img.net/i/empty.gif) | Subject: [CODE] Anuncios de Bienvenida 11/6/2014, 1:17 pm | |
| Buscamos en game.cpp del CLIENTE: - Code:
-
m_stDialogBoxInfo[6].sY = 130; y justo debajo agregan: - Code:
-
if (memcmp(m_cCurLocation,"default",7) == 0) { SetTopMsg("Welcome to Helbreath", 5); } if (memcmp(m_cCurLocation,"aresden",7) == 0) { SetTopMsg("Aresden City!", 5); } if (memcmp(m_cCurLocation,"elvine",6) == 0) { SetTopMsg("Elvine City!", 5); } | |
|
TechieLegend97


Posts : 160 Since : 2013-08-18
![[CODE] Anuncios de Bienvenida Empty](https://2img.net/i/empty.gif) | Subject: Re: [CODE] Anuncios de Bienvenida 11/6/2014, 2:44 pm | |
| Gracias por el aporte  | |
|