I know you can use Cbuf_AddText to call a say command, but that is only for local clients only, so if you want to call a say command on other clients you can use G_Say. Hence why I made this thread. :p
G_Say Function:[/SIZE]
public static void G_Say(int calledOnClient, int displayedForClient, int team)
{
RPC.Call(0x00179F88, G_Entity(calledOnClient), G_Entity(displayedForClient), team, "
");
}
Function Needed:[/SIZE]
public static uint G_Entity(int clientIndex)
{
return 0x1319800 + (0x280 * (uint)clientIndex);
}
Note: You will also need the working/non-freezing RPC originally by You must login or register to view this content. fixed by You must login or register to view this content. found You must login or register to view this content.[/SIZE]