Update 07.12.2022
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using CitizenFX.Core;
|
||||
|
||||
namespace Framework.Server.Extensions {
|
||||
public static class PlayerExtensions {
|
||||
|
||||
public static int ServerId(this Player player) => Convert.ToInt32(player.Handle);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user