haus blips revive

This commit is contained in:
hydrant
2020-04-05 17:24:40 +02:00
parent cc7cd416e6
commit ee205a7f5b
3 changed files with 5 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ namespace ReallifeGamemode.Server.Core.API
{
public interface IBlipAPI
{
IBlip CreateBlip(uint sprite, Position position, string name, byte color, byte alpha, float scale, float drawDistance, bool shortRange);
IBlip CreateBlip(uint sprite, Position position, string name, byte color, float scale, byte alpha = 255, float drawDistance = 0, bool shortRange = false);
}
}