Update 07.12.2022
This commit is contained in:
9
C#/FiveM/TaxiJob/TaxiJob.Server/PlayerExtensions.cs
Normal file
9
C#/FiveM/TaxiJob/TaxiJob.Server/PlayerExtensions.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using CitizenFX.Core;
|
||||
|
||||
namespace TaxiJob.Server {
|
||||
public static class PlayerExtensions {
|
||||
|
||||
public static int ServerId(this Player player) => int.Parse(player.Handle);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user