View Single Post
  #3  
Old 07-18-2009, 08:07 PM
salesman salesman is offline
Finger lickin' good.
salesman's Avatar
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
salesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud of
Make sure you're puting useownprofile in the right spot. I had a problem with this the other day with Era's profiles.
PHP Code:
// BAD
useownprofile true;
profile GuiBlueTextListProfile;
// profile changes

// GOOD
profile GuiBlueTextListProfile;
useownprofile true;
// profile changes 
If you declare the profile name after useownprofile I believe it will still screw it up
Reply With Quote