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

Guide OkokChat - How to create message?

Zan1456

Zan#1456
VIP
Joined
Mar 19, 2021
Messages
786
Solutions
5
Reaction score
88,222
Points
421
Location
Hungary
Website
vfivem.com
Client side:
Code:
exports['okokChatV2']:Message(background, color, icon, title, playername, message, target, image)

Server side:
Code:
TriggerEvent('okokChat:ServerMessage', background, color, icon, title, playername, message, target, image)

Variables:​

background: 'linear-gradient(90deg, rgba(42, 42, 42, 0.9) 0%, rgba(53, 219, 194, 0.9) 100%)'
color: '#35dbc2'
icon: 'fas fa-briefcase'
title: 'Example'
playername: 'Cristiano Ronaldo'
message: 'Thank you for playing in our server'
target: receiver source or -1 for everyone
image: ' '
 
Top