admin unshow und tsupport links anzeigen
This commit is contained in:
@@ -345,8 +345,14 @@ namespace ReallifeGamemode.Server.Extensions
|
||||
}
|
||||
|
||||
bool duty = user.GetData<bool>("duty");
|
||||
bool adminUnshow = user.GetData<bool>("adminUnshow");
|
||||
|
||||
if (player.GetData<bool>("SAdminduty"))
|
||||
if(adminUnshow)
|
||||
{
|
||||
blipColor = -1;
|
||||
nameTagColor = -3;
|
||||
}
|
||||
else if (player.GetData<bool>("SAdminduty"))
|
||||
{
|
||||
blipColor = 30;
|
||||
nameTagColor = -2;
|
||||
|
||||
Reference in New Issue
Block a user