wait ill test my code i tought mine d/ced yesterday too..[php]
const char* __cdecl PushToConsole( std::string command ,double value)
{
std::string test (command + " " + stringify(value));//stringify(value)
const char* pszConstString = test.c_str ();
DWORD *LTClient = ( DWORD* )( LTClient_Adress );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push pszConstString;
call CONoff;
add esp, (8/2);
}
}[/php]
mine still works