Thread: Play-Time ingame

Results 1 to 4 of 4
  1. #1 Play-Time ingame 
    Registered Member Bowtie's Avatar
    Join Date
    Apr 2012
    Age
    4
    Posts
    284
    Thanks given
    145
    Thanks received
    44
    Rep Power
    25
    Hey guys, I'm trying to figure out how to add a "Play-Time" for both In-game and on Forums (SMF) I've tried searching, I got nothing good out of it. I got one thread for In-game time, but it got removed. So does anyone know a way? Thanks!
    "Resolve never to quit, never to give up, no matter what the situation." - Jack Nicklaus

    Reply With Quote  
     

  2. #2  
    Registered Member Jumper's Avatar
    Join Date
    Aug 2013
    Posts
    721
    Thanks given
    19
    Thanks received
    103
    Rep Power
    63
    declare
    public int secondsPlaying = 0;

    in process

    secondsPlaying++;
    sendQuest("Played for "+(secondsPlaying / 2)+" seconds", frameID);
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member Bowtie's Avatar
    Join Date
    Apr 2012
    Age
    4
    Posts
    284
    Thanks given
    145
    Thanks received
    44
    Rep Power
    25
    Quote Originally Posted by Jumper View Post
    declare
    public int secondsPlaying = 0;

    in process

    secondsPlaying++;
    sendQuest("Played for "+(secondsPlaying / 2)+" seconds", frameID);

    Ah, thanks bud. By any chance, would you have the sendQuest method? I have a feeling this is fairly easy..I'll try to fix it. Thanks a lot though, now I just need the website play time, haha.
    "Resolve never to quit, never to give up, no matter what the situation." - Jack Nicklaus

    Reply With Quote  
     

  5. #4  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Frans View Post
    Ah, thanks bud. By any chance, would you have the sendQuest method? I have a feeling this is fairly easy..I'll try to fix it. Thanks a lot though, now I just need the website play time, haha.
    sendQuest is sendframe126
    Reply With Quote  
     

  6. Thankful user:



Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. 10 Minute Play Time before user can Speak?
    By BoomScape in forum Help
    Replies: 6
    Last Post: 06-17-2013, 09:28 PM
  2. In-game play time PI
    By Super Nova in forum Help
    Replies: 1
    Last Post: 02-26-2013, 08:17 PM
  3. character play time?
    By OodlesOfNoodles in forum Help
    Replies: 4
    Last Post: 11-23-2011, 01:11 AM
  4. is there a tut to add play time in character files
    By OodlesOfNoodles in forum Help
    Replies: 7
    Last Post: 08-05-2011, 12:38 AM
  5. play time
    By knightmoon in forum Chat
    Replies: 0
    Last Post: 06-01-2011, 05:36 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •