void Cbuf_AddText(char* Command)
{
opd_s Cbuf1 = {0x1DB240 , 0x0072DCE8};
void(*Cbuf)(int type,char* cmd) = (void(*)(int,char*))&Cbuf1;
Cbuf(0, Command);
}
Cbuf_AddText("set bg_bulletExplRadius 1000");
Cbuf_AddText("set bg_bulletExplDmgFactor 10");
Cbuf_AddText("bg_bulletExplRadius 1000");
Cbuf_AddText("bg_bulletExplDmgFactor 10");
^^Tried without and without "set"
void Cbuf_AddText(char* Command)
{
opd_s Cbuf1 = {0x1DB240 , 0x0072DCE8};
void(*Cbuf)(int type,char* cmd) = (void(*)(int,char*))&Cbuf1;
Cbuf(0, Command);
}
Cbuf_AddText("set bg_bulletExplRadius 1000");
Cbuf_AddText("set bg_bulletExplDmgFactor 10");
Cbuf_AddText("bg_bulletExplRadius 1000");
Cbuf_AddText("bg_bulletExplDmgFactor 10");
^^Tried without and without "set"
Cbuf_AddText("bg_bulletExplDmgFactor" "100");
Cbuf_AddText("bg_bulletExplRadius" "1000");
Copyright © 2026, NextGenUpdate.
All Rights Reserved.