Quiz

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Quiz

    Dos any one have a working Quiz script for lavalair it will be much appreciated.
    BakGat
    Code:
    class Counter {
    public:
      void Count();
      int  ReadDisplay();
    private:
      int  CurrentCount;
    };








    Back up my hard drive? How do I put it in reverse?
    My Community
    BakGat
    sigpic

    #2
    I found this on my HDD to lazy to edit hope some 1 will find it useful



    Attached Files
    BakGat
    Code:
    class Counter {
    public:
      void Count();
      int  ReadDisplay();
    private:
      int  CurrentCount;
    };








    Back up my hard drive? How do I put it in reverse?
    My Community
    BakGat
    sigpic

    Comment


      #3
      do you mean the Quiz In Chatroom?
      Did I help you?
      You can help me too
      Your donations will help me finance my studies.

      Comment


        #4
        Yes a working 1
        BakGat
        Code:
        class Counter {
        public:
          void Count();
          int  ReadDisplay();
        private:
          int  CurrentCount;
        };








        Back up my hard drive? How do I put it in reverse?
        My Community
        BakGat
        sigpic

        Comment


          #5
          I saw that code in wapnetph and its working
          Did I help you?
          You can help me too
          Your donations will help me finance my studies.

          Comment


            #6
            Originally posted by kei_ki7 View Post
            I saw that code in wapnetph and its working
            can you please give us the link hehehe

            Comment

            Working...
            X