Server side entities and custom resource location
This commit is contained in:
@ -13,7 +13,8 @@ namespace RageCoop.Core.Scripting
|
||||
static MD5 Hasher = MD5.Create();
|
||||
static Dictionary<int,string> Hashed=new Dictionary<int,string>();
|
||||
internal static readonly int SetWeather = Hash("RageCoop.SetWeather");
|
||||
internal static readonly int OnPlayerDied = Hash("RageCoop.OnPlayerDied");
|
||||
internal static readonly int OnPedDeleted = Hash("RageCoop.OnPedDeleted");
|
||||
internal static readonly int OnVehicleDeleted = Hash("RageCoop.OnVehicleDeleted");
|
||||
internal static readonly int SetAutoRespawn = Hash("RageCoop.SetAutoRespawn");
|
||||
internal static readonly int NativeCall = Hash("RageCoop.NativeCall");
|
||||
internal static readonly int NativeResponse = Hash("RageCoop.NativeResponse");
|
||||
|
Reference in New Issue
Block a user