Thread: Defualt player settings (amg help plz!)

Results 1 to 3 of 3
  1. #1 Defualt player settings (amg help plz!) 
    Registered Member
    Join Date
    Jun 2008
    Posts
    67
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    ok so my cart command worked but i forgot to make a uncart command. now players are stuck in cart form.

    does anyone know the default player settings? here is what mine is.

    Code:
                pHead = 1;	
                pTorso = 325;
                pArms = 23;
                pHands = 731;
                pLegs = 40;
                pFeet = 20;
    plz help.
     

  2. #2  
    Guy Fawkes_
    Guest
    Code:
    	public int pGender;
    	public int pHead;
    	public int pBeard;
    	public int pTorso;
    	public int pArms;
    	public int pHands;
    	public int pLegs;
    	public int pFeet;
    	public int pFeetC ;
    	public int pHairC;
    	public int pLegsC;
    	public int pSkinC;
    	public int pTorsoC;
    
    		pGender=0;
    		pHead=0;
    		pBeard=14;
    		pTorso=18;
    		pArms=26;
    		pHands=35;
    		pLegs=36;
    		pFeet=42;
    
    
    		playerProps.writeByte(playerLook[0]);	// gender
    		playerProps.writeByte(playerLook[1]);	// hair color
    		playerProps.writeByte(playerLook[2]);	// torso color
    		playerProps.writeByte(playerLook[3]);	// leg color
    		playerProps.writeByte(playerLook[4]);	// feet color
    		playerProps.writeByte(playerLook[5]);	// skin color
     

  3. #3  
    Registered Member
    Join Date
    Jun 2008
    Posts
    67
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    thanks alot m8

    ++rep
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •