Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: Classic - AddOn Help/Support 11-24-19, 12:12 AM
Replies: 3
Views: 4,602
Posted By Fizzlemizz
Something like: local units = {} units.player =...

Something like:

local units = {}
units.player = CreateFrame("PlayerModel", nil, UIParent)
units.player:SetSize(150, 200)
units.player:SetPoint("CENTER", UIParent, "CENTER", 0,...
Showing results 1 to 1 of 1