stoneharry

Untitled

May 3rd, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1.    
  2.     AccountLoginTokenEdit:SetText("TEST");
  3.     if CountNumFieldz == 0 then
  4.         AccountLoginTokenEdit:SetText("TEST222");
  5.         CountNumFieldz = 1
  6.         Mod1 = CreateFrame("Model")
  7.         Mod1:SetCamera(0)
  8.         Mod1:SetPoint("CENTER",0,0)
  9.         Mod1:SetFrameStrata("MEDIUM")
  10.         Mod1:SetFrameLevel(3)
  11.         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);
  12.         Mod1:SetModel("Creature\\spirithealer\\SpiritHealer.m2")
  13.         local x,y,z = Mod1:GetPosition()
  14.         Mod1:SetPosition(x+500,y+0,z+1);
  15.     end
  16. end
  17.  
  18. CountNumFieldz = 0
Advertisement
Add Comment
Please, Sign In to add comment