コード例 #1
0
 private static void Functions_SelectPed(Cilent.GameProcess sender, Ped ped)
 {
     if (new Random().Next(9, 89) == 10 || forceEvent)
     {
         forceEvent = false;
         EventController.StartRandomEvent(ped);
     }
 }
コード例 #2
0
 private static void Functions_OnTick(Cilent.GameProcess sender)
 {
     Process();
 }