View Single Post
06-17-09, 02:33 AM   #5
TooDeep
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 3
Originally Posted by Slakah View Post
Couldn't you just do

Code:
PlayerModel:SetScript("OnShow", function(self) self:SetCamera(0) end)
That worked! Thanks
  Reply With Quote