Bienvenido a Next Games
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.
Bienvenido a Next Games

Bienvenido a Next Games, en este foro podras encontrar ayuda para los mejores juegos on-line!
 
ÍndiceBuscarÚltimas imágenesRegistrarseConectarse

 

 [Command] Who , Tuning :D , Ares | Elv | Traveller

Ir abajo 
AutorMensaje
Gonzza
Moderador
Moderador



Cantidad de envíos : 16
Fecha de inscripción : 11/01/2008

[Command] Who , Tuning :D , Ares | Elv | Traveller Empty
MensajeTema: [Command] Who , Tuning :D , Ares | Elv | Traveller   [Command] Who , Tuning :D , Ares | Elv | Traveller Icon_minitimeVie 11 Ene 2008, 18:37

Abrimos Game.cpp


En La Funcion ChatMsgHandler

Buscar :

Código:
if (memcmp(cp, "/who", 4) == 0) {
if (m_pClientList[iClientH]->m_iAdminUserLevel >= m_iAdminLevelWho) {
SendNotifyMsg(NULL, iClientH, DEF_NOTIFY_TOTALUSERS, NULL, NULL, NULL, NULL);
}
return;



Dps Modificar por :

Código:
if (memcmp(cp, "/who", 4) == 0) {
char cMsg[120];
int i, iAres = 0, iElv = 0, itra = 0;
for (i = 0; i < DEF_MAXCLIENTS; i++){
if (m_pClientList[i] != NULL) {
if (memcmp(m_pClientList[i]->m_cLocation, "are", 1) == 0 ) iAres++;
else if (memcmp(m_pClientList[i]->m_cLocation, "elv", 2) == 0 ) iElv++;
else if (memcmp(m_pClientList[iClientH]->m_cLocation, "NONE", 3) == 0 ) itra++;
}
}
ZeroMemory(cMsg, sizeof(cMsg));
wsprintf(cMsg, "Ares: %d | Elv: %d | Trav: %d", iAres, iElv, itra);
         
ShowClientMsg(iClientH, cMsg);
return;
}
Volver arriba Ir abajo
 
[Command] Who , Tuning :D , Ares | Elv | Traveller
Volver arriba 
Página 1 de 1.
 Temas similares
-
» [Command] Changecity
» [Command] PkCape
» [Command] GetSkill
» [Command] Give Contribution
» [Command] Items Por Comando

Permisos de este foro:No puedes responder a temas en este foro.
Bienvenido a Next Games :: Helbreath :: Sources :: Codes-
Cambiar a: