中文名:设置玩家名字的颜色.
支持版本: 0.925及以上版本.
语法:
bool Player_SetNameColor(
string strPlayer,
string strColor
)
bool Player_SetNameColor(
string strPlayer,
string strColor
)
参数:
- strPlayer
-
类型: string
名称: 玩家的GUID.
说明: 玩家的GUID.
- strColor
-
类型: string
名称: 颜色值.
说明: 颜色值.
返回值:
类型:bool
成功或失败.
成功或失败.
函数说明:
设置玩家名字的颜色.
警告:
备注:
参考:
Example:
lualib:Player_SetNameColor(player, "RED")