예제 #1
0
 private void TestTrigger(int source, List <object> args, string raw)
 {
     ESX.TriggerServerCallback("esx_testScript:testCallBack", new Action <dynamic>((param) =>//param is parsed from the server
     {
         Debug.WriteLine($"CLIENT.TESTCALLBACK {param.test[0]} {param.test[1]} {param.other} {param.tempData.Count}");
     }), new {
         cucc = new[] { "asd", "sad" }
     });
 }