Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script nbk_hudmessage_native

Ares

VAG
Admin
Joined
May 6, 2021
Messages
547
Reaction score
97,400
Points
411
Location
root
Website
vag.gg


Dependencies​

tweenCFX

How to use it​

TriggerEvent('hudmessage', text,xper,yper,scale,durationIn,durationHold,durationOut)
-- text --string
-- xper-- the x position in screen
-- yper --the y position in screen
--scale --the text size
--durationIn,Hold,Out --the tween durations
--cb

This is a native version from some of my unreleased scaleform scripts
This script is drawing by a DrawText(BeginTextCommandDisplayText) native.
The text’s opacity is tweened with the Lib :
Also this script is an example of that lib.

Which can be used for draw text like a movie.
Preview :

7525624888e3dbd73ed947af00f7469f220f0e6d.gif


and You can make some stuff like this:

 
Last edited by a moderator:
Top