butter, käse, eier, butter, käse
This commit is contained in:
@@ -65,6 +65,10 @@ namespace ReallifeGamemode.Server.Extensions
|
||||
return player.HasData("isLoggedIn") ? player.GetData<bool>("isLoggedIn") : false;
|
||||
}
|
||||
|
||||
public static bool IsDuty(this Player player)
|
||||
{
|
||||
return player.HasData("duty") ? player.GetData<bool>("duty") : false;
|
||||
}
|
||||
public static Vector3 GetPositionFromPlayer(Player player, float distance, int offset = 0)
|
||||
{
|
||||
var pos = player.Position;
|
||||
|
||||
Reference in New Issue
Block a user