Anyone Can Complet This Source Code?

Results 1 to 4 of 4
  1. #1
    Grand Master iNeverDownAway is offline
    Grand MasterRank
    Jul 2006 Join Date
    846Posts

    Question Anyone Can Complet This Source Code?

    anyone can complet it
    its for players can see the items on shop

    Code:
    // -----------------------------------------------------------------------------------------
    // Shop looking
    // -----------------------------------------------------------------------------------------
    bool CWorldServer::paklokshop( CWorldClient* thisclient, CPacket* P )
    {
    	BEGINPACKET( pak, 0x7c4 );
    	ADDDWORD( pak, 0 );
    	SendToVisible( &pak, thisclient );
    	
    
    	
    	
    	return true;
    }
    thx alot


  2. #2
    Meh Matt is offline
    Grand MasterRank
    Aug 2006 Join Date
    Ontario, CanadaLocation
    1,745Posts
    Hold on, I have it completed somewhere.

    BTW: Account Upgraded | Title Enabled! You might wana change that in UserCP > Edit Profile

  3. #3
    Grand Master iNeverDownAway is offline
    Grand MasterRank
    Jul 2006 Join Date
    846Posts
    can u complet it and share ;)?

  4. #4
    Job Accomplished! locolijo is offline
    Grand MasterRank
    Jul 2006 Join Date
    Inside a ServerLocation
    546Posts
    Quote Originally Posted by PericulanT View Post
    Hold on, I have it completed somewhere.

    BTW: Account Upgraded | Title Enabled! You might wana change that in UserCP > Edit Profile
    Share the code so we can add it to our world server and compile it. :fear_1:



Advertisement