Well ive added working Super Bullets
and when i add PTC methord,heres what i use:
[PHP]typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
RunConsoleCommand_t pRunConsoleCommand = (RunConsoleCommand_t)0x3780AB70;[/PHP]
it has the latest LTC and stuff, and when i add this,
[PHP]if(Trace >0){
pRunConsoleCommand("ShowFirePath 1" );
}else{
pRunConsoleCommand("ShowFirePath 0" );
[/PHP]
I DC any help? :O