omasa
11-11-12, 12:28 AM
Đây là đoạn code cua gmcard
local tbText = { {"Tên", szName},
{"Tài khoản ", tbInfo.szAccount},
{"Cấp", tbInfo.nLevel},
{"Giới tính", (tbInfo.nSex == 1 and "Nữ") or "Nam"},
{"Hệ phái", Player:GetFactionRouteName(tbInfo.nFaction, tbInfo.nRoute)},
{"Tộc", tbInfo.szKinName},
{"Bang hội", tbInfo.szTongName},
{"Uy danh", KGCPlayer.GetPlayerPrestige(nPlayerId)},
{"Trạng thái", (tbState[nState] or "<color=green>Trên mạng<color>") .. "("..nState..")"},
}
Mình muốn thêm phần coi mã rương hoặc mật khẩu nữa thì thêm thế nào nhỉ?:-/
local tbText = { {"Tên", szName},
{"Tài khoản ", tbInfo.szAccount},
{"Cấp", tbInfo.nLevel},
{"Giới tính", (tbInfo.nSex == 1 and "Nữ") or "Nam"},
{"Hệ phái", Player:GetFactionRouteName(tbInfo.nFaction, tbInfo.nRoute)},
{"Tộc", tbInfo.szKinName},
{"Bang hội", tbInfo.szTongName},
{"Uy danh", KGCPlayer.GetPlayerPrestige(nPlayerId)},
{"Trạng thái", (tbState[nState] or "<color=green>Trên mạng<color>") .. "("..nState..")"},
}
Mình muốn thêm phần coi mã rương hoặc mật khẩu nữa thì thêm thế nào nhỉ?:-/