Udrakoloader
1.0.0
Udrakoloader เป็น mod ซึ่งเข้ากันได้กับ SAMP และ Halo [อาจจะมีเกมอื่น ๆ อีกมากมาย] ให้ความสามารถในการโหลดสคริปต์ (DLL) ที่พัฒนาขึ้นใน. NET เข้าสู่เกม
ขึ้นอยู่กับ scripthookvdotnet และ sharpneedle โดยทั่วไปประกอบด้วย Hosting CLR เพื่อเรียกใช้ปลั๊กอิน. NET
- ฉันไม่ได้รับเครดิตด้วยเหตุผลต่อไปนี้:
ตัวอย่างบางส่วน: [รวบรวม DLL และใส่ไว้ในโฟลเดอร์ "Udrakoloader"]
สำหรับปลั๊กอิน C# คุณต้องระบุไดเรกทอรีเนมสเปซที่ถูกต้อง
ในกรณีนี้แทนที่ ["Namespace ExampleProject.udrakoloader"] ด้วย ["Namespace .udrakoloader"]
// Plugin.cs
using System ;
using System . Collections . Generic ;
using System . Diagnostics ;
using System . Linq ;
using System . Text ;
using System . Windows . Forms ;
namespace ExampleProject . Udrakoloader
{
public class Plugin
{
public static int EntryPoint ( string pwzArgument )
{
string processName = Process . GetCurrentProcess ( ) . ProcessName ;
MessageBox . Show ( "C# Example | The current process is " + processName ) ;
return 0 ;
}
}
} 'Plugin.vb
Imports System
Imports System.Collections.Generic
Imports System.Diagnostics
Imports System.Linq
Imports System.Text
Imports System.Windows.Forms
Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
Imports System.Security
Namespace Udrakoloader
Public Class Plugin
Public Shared Function EntryPoint( ByVal pwzArgument As String ) As Integer
Dim processName As String = Process.GetCurrentProcess().ProcessName
MessageBox.Show( "vb Example | The current process is " & processName)
Return 0
End Function
End Class
End Namespace ดาวน์โหลด Pre Releases Made for Games: Udrako Loader Downloads