|
|
|
@ -192,10 +192,10 @@ void Ent_ClientPrintf( edict_t *player, const char *format, ... )
@@ -192,10 +192,10 @@ void Ent_ClientPrintf( edict_t *player, const char *format, ... )
|
|
|
|
|
va_end( argptr ); |
|
|
|
|
string[len] = 0; |
|
|
|
|
|
|
|
|
|
ClientPrint( &player->v, HUD_PRINTCONSOLE, string ); |
|
|
|
|
//ClientPrint( &player->v, HUD_PRINTCONSOLE, string );
|
|
|
|
|
CLIENT_PRINTF( player, print_console, string ); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static edict_t *Ent_GetCrossEnt( edict_t *player ) |
|
|
|
|
{ |
|
|
|
|
edict_t *ent = g_engfuncs.pfnPEntityOfEntIndex(1); |
|
|
|
|