utfCode | Multi Theft Auto: Wiki Skip to content

utfCode

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


The function returns the UTF codes of the given string.

Syntax

utfCode ( )

Code Examples

server
local theString = "UTF code"
outputChatBox(utfCode (theString))