0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

FiveM カラーコード メモ

Posted at

FiveMのスクリプト開発やサーバー運営で利用できるカラーコードについてのメモです。

基本的なカラーコード

サーバー名、チャット、サーバーコンソールなどで共通して利用できます。

コード
^1
^2
^3
^4
^5 水色
^6
^7
^8
^9 灰色

使用例

サーバー名 (server.cfg)

sv_hostname "^7Null ^6City^7"

Luaスクリプト (サーバーコンソール出力)

print("^1Error: ^7Something went wrong.^7")
print("^2Success: ^7The resource has started.^7")
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?