public void SetStringDvar(uint client, String DvarName, String value) {
SV_SendServerCommand((uint)client, "v " + DvarName + " " + value + "");
}
public static void SV_SendServerCommand(uint client, string command) {
RPC.Call(0x009149E0, (uint)client, 0, command);
}
public void SetStringDvar(uint client, String DvarName, String value) {
SV_SendServerCommand((uint)client, "v " + DvarName + " " + value + "");
}
public static void SV_SendServerCommand(uint client, string command) {
RPC.Call(0x009149E0, (uint)client, 0, command);
}
public void SetStringDvar(uint client, String DvarName, String value) {
SV_SendServerCommand((uint)client, "v " + DvarName + " " + value + "");
}
public static void SV_SendServerCommand(uint client, string command) {
RPC.Call(0x009149E0, (uint)client, 0, command);
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.