Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AccountLoginTokenEdit:SetText("TEST");
- if CountNumFieldz == 0 then
- AccountLoginTokenEdit:SetText("TEST222");
- CountNumFieldz = 1
- Mod1 = CreateFrame("Model")
- Mod1:SetCamera(0)
- Mod1:SetPoint("CENTER",0,0)
- Mod1:SetFrameStrata("MEDIUM")
- Mod1:SetFrameLevel(3)
- Mod1:SetLight(1,0,0,-0.5,-0.5,0.7,1.0,1.0,1.0,0.8,1.0,1.0,0.8);
- Mod1:SetModel("Creature\\spirithealer\\SpiritHealer.m2")
- local x,y,z = Mod1:GetPosition()
- Mod1:SetPosition(x+500,y+0,z+1);
- end
- end
- CountNumFieldz = 0
Advertisement
Add Comment
Please, Sign In to add comment