View Single Post
04-15-08, 01:13 PM   #406
Bdro
A Cyclonian
Join Date: Jan 2008
Posts: 49
To fix this:
Originally Posted by Garb
[2008/04/15 13:23:34-154-x1]: Mazzifier-1.1\Mazzifier.lua:409: Couldn't find CVar named 'UnitNamePlayer'
Open up your Mazzifier/Mazzifier.lua in notepad. Go to line 409.

Code:
SetCvar("UnitNamePlayer","1")
Comment or remove each and replace in both positions with:

Code:
SetCVar("UnitNameFriendlyPlayerName","1")
SetCVar("UnitNameEnemyPlayerName","1")
  Reply With Quote