mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 22:36:03 +01:00
Update main.lua
This commit is contained in:
@@ -309,7 +309,7 @@ if config.hideAmmoAndMoney or config.hideReticle or config.customPauseMenu or co
|
|||||||
EndScaleformMovieMethod()
|
EndScaleformMovieMethod()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if config.enablePriorityCooldown and priorityText then
|
if config.enablePriorityCooldown and priorityText and config.enablePriorityDefaulyHUD then
|
||||||
text(priorityText, 0.182, 0.891, 0.4, 4)
|
text(priorityText, 0.182, 0.891, 0.4, 4)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -334,7 +334,8 @@ function getCharacterInfo(infoType)
|
|||||||
mainDepartment,
|
mainDepartment,
|
||||||
cash,
|
cash,
|
||||||
bank,
|
bank,
|
||||||
mainCharaterId
|
mainCharaterId,
|
||||||
|
priorityText
|
||||||
}
|
}
|
||||||
return mainCharacter[infoType]
|
return mainCharacter[infoType]
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user