Quiz Template

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Shrek
    Forum Member
    • Jul 2012
    • 723

    #16
    instead of:

    Code:
    for j,k in Correct do
    use

    Code:
    for j,k in pairs(Correct) do
    You should have got a report poping up when you first launched the project telling you what corrections to make and where to make them but its been reported as not working anymore.

    Comment

    • kingzooly
      Indigo Rose Customer
      • Sep 2013
      • 1145

      #17
      Originally posted by Shrek View Post
      instead of:

      Code:
      for j,k in Correct do
      use

      Code:
      for j,k in pairs(Correct) do
      You should have got a report poping up when you first launched the project telling you what corrections to make and where to make them but its been reported as not working anymore.
      It wont if he is still using ams 7.5 if he is using 8 then hes also posted in the wrong section of the fourm lol
      Plugins or Sources MokoX
      BunnyHop Here

      Comment

      • lejonen123
        Forum Member
        • Jan 2014
        • 1

        #18
        How can i create so it gone correct all answers in the end? and can create overview?

        Comment

        Working...
        X