Thread: [PI] PC Board

Results 1 to 2 of 2
  1. #1 [PI] PC Board 
    Registered Member
    Join Date
    Apr 2011
    Posts
    146
    Thanks given
    7
    Thanks received
    1
    Rep Power
    1
    How do I make something like the PC boat with wait timer and all?
    Reply With Quote  
     

  2. #2  
    Registered Member Recursion's Avatar
    Join Date
    Feb 2010
    Posts
    638
    Thanks given
    0
    Thanks received
    29
    Rep Power
    41
    It's an interface and on that interface the server is sending different frames (textIds).

    Each interface has a unique set of sendFrames so if you find the interface you want, call it, locate the sendframes, and then change them sendframes server-sided correspondingly to represent a countdown timer of some sort - changing the text each time a second goes down.

    Just as an example (values aren't correct)...
    Code:
    INTERFACE: 1;
    TEXTFRAMES: 2, 3, 4;
    
    textChange("My own custom timer!", 2);
    textChange("Time until text reads 'Start:'", 3);
         if (timer != 0) {
              textChange(""+timer, 4);
         } else {
               textChange("Start!", 4);
         }
    Reply With Quote  
     


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. Replies: 10
    Last Post: 10-13-2009, 11:21 PM
  2. New Board.
    By Ryan™ in forum Suggestions
    Replies: 28
    Last Post: 07-15-2009, 09:03 PM
  3. What Board Should i get?
    By Skillz Ftw in forum Sports
    Replies: 3
    Last Post: 03-18-2009, 12:58 AM
  4. New Board
    By Shobaky in forum Suggestions
    Replies: 8
    Last Post: 03-14-2009, 08:04 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
  •