example
example

求助 角色信息的手机号码

Klein

用户
高级用户
认证用户
如何将qb多角色信息里面的手机号码配置成LB Phone的号码
1710344690748.png
 

Cata_a

论坛名人
管理成员
FiveM版主
论坛元老
高级用户
认证用户
需要有Lua编程基础,否则找个人帮你改吧。
lua:
-- source: number or string, the player source or identifier
-- returns: string, the phone number that the player has equipped
exports["lb-phone"]:GetEquippedPhoneNumber(source)
 
顶部