PDA

View Full Version : CSS (OB) console credits



mini-moof
07-23-2010, 04:05 PM
hey i was wondering if anyone knows the code for console credits with the new engine update

shaunm2
07-23-2010, 04:56 PM
well u could use ExecuteClientCmd or u could look at GameConsole004 interface although this could have updated but i highly doubt it ;) gl

D3D8
07-23-2010, 05:00 PM
yup just use the engine to toggle the console and then echo to it, no need to hook more things

syntroniks
07-23-2010, 06:59 PM
Use Msg()

Playershit
07-24-2010, 04:08 AM
pEngine->ExecuteClientCmd("echo _lawl_hi_");

freax
07-24-2010, 09:07 AM
http://forum.gamedeception.net/threads/20233-Printing-to-console-without-IVEngineClient

mini-moof
08-01-2010, 04:26 PM
thanks for the help guys

toasty
08-02-2010, 03:39 PM
If you want some sexored up credits use ConsoleColorPrintf

EX:

Color Red( 255, 0, 0, 255 );
g_pCvar->ConsoleColorPrintf( Red, "Credits\n" );

bLaZeD
02-21-2011, 10:51 PM
Warning("Leet shit rah her\n");