chatMessagePly
SPart of _G (Global) namespace
function chatMessagePly( ply , message, color)👁️ 0 viewsUpdated 2 hours ago
⚠️
Verification Needed
This function has no documentation yet.
Description
No description available.
Parameters
| Name | Type | Description |
|---|---|---|
ply | any | |
message | any | |
color | any |
Returns
No return values documented.
Examples
No examples available.
Used In(4 locations)
L832
chatMessagePly( ply , message, color)L419
chatMessagePly( self:CPPIGetOwner() , "[ACE] Your engine requires fuel to work and that it be activated BEFORE the engine.", Color( 255, 0, 0 ))L428
chatMessagePly( self:CPPIGetOwner() , "[ACE] Your engine is above [" .. ACF.LargeEngineThreshold .. " hp] requiring a driver to work.", Color( 255, 0, 0 ))L859
chatMessagePly( self:CPPIGetOwner() , "[ACE] Your gun is above [" .. ACF.LargeGunsThreshold .. " mm] and requires a gunner to operate.", Color( 255, 0, 0 ))