i need full shop..

Results 1 to 6 of 6
  1. #1
    Apprentice rafeek is offline
    MemberRank
    Jun 2011 Join Date
    10Posts

    i need full shop..

    hello, can someone give me a full shop? with donate items and staff weps?
    and if u have a shop with lvl 0 items :H

    i will be glad if you reupload this shop http://forum.ragezone.com/f245/full-shop-edited-764231/ :)
    and btw need help in my own server :) if u can help then i will be happy haha
    thanks :)
    Last edited by rafeek; 02-05-12 at 06:33 PM.


  2. #2
    Apprentice rafeek is offline
    MemberRank
    Jun 2011 Join Date
    10Posts

    Re: i need full shop..

    still looking ...

  3. #3
    Proficient Member [S]pirit is offline
    MemberRank
    Apr 2009 Join Date
    182Posts

    Re: i need full shop..

    Code:
    using System;
    using System.Collections.Generic;
    using System.Xml;
    using System.IO;
    
    namespace Organized_Shoplist
    {
        class Program
        {
            static void Main(string[] args)
            {
                XmlReader reader = new XmlTextReader("zitem.xml");
                List<string> item = new List<string>();
                while (reader.Read())
                {
                    switch (reader.Name)
                    {
                        case "ITEM":
                            item.Add(reader.GetAttribute("id"));
                            break;
                    }
                }
                TextWriter tr = new StreamWriter("shop.xml");
                tr.WriteLine("<?xml version=\"1.0\" encoding=\"utf-8\"?>");
                tr.WriteLine("<XML id=\"shop\">");
                foreach(string i in item) {
                    tr.WriteLine("<SELL itemid=\"{0}\"/>", item);
                    tr.Flush();
                }
                tr.WriteLine("</XML>");
                tr.Flush();
                tr.Close();
            }
        }
    }
    Since you seem to be too lazy to search for a "Shoplist.xml generator".

  4. #4
    Apprentice rafeek is offline
    MemberRank
    Jun 2011 Join Date
    10Posts

    Re: i need full shop..

    dude...
    i am beginner here, i dont know even what did u type :(
    i meant in full shop like zitem and man,woman,model etc....

  5. #5
    Proficient Member [S]pirit is offline
    MemberRank
    Apr 2009 Join Date
    182Posts

    Re: i need full shop..

    Quote Originally Posted by rafeek View Post
    dude...
    i am beginner here, i dont know even what did u type :(
    i meant in full shop like zitem and man,woman,model etc....
    u r beginner here, u go fk ursalf if u dont know even what did i type
    It's a C# shoplist generator, just compile the fucking code, run it in the same directory as zitem.xml
    ?????????
    profit

  6. #6
    Apprentice rafeek is offline
    MemberRank
    Jun 2011 Join Date
    10Posts

    Re: i need full shop..

    lmfao seriously,
    tell me, when u start playing gunz or when u registered in this forum? did u even knew how to start the c#?
    lmao prolar thinks hes a pro

    and you know what, i dont want your bad help
    i think there is a noobs in this forum i mean they dont know much like you (and idk if you do lol)
    bad



Advertisement