User Tag List

Results 1 to 3 of 3

Thread: Send a message to yourself?

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Ryan's Avatar
    Join Date
    Nov 2008
    Location
    Australia
    Posts
    1,279
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Send a message to yourself?

    OK, so I have no control over the server, I am using KlikFarm. How would I have a client's message go to the server and back to the same client.

    Every client function seems to work by sending messages to everyone but the originating client.

    I want to do something like:

    Player types "/ping"
    - Set PingCountUp to 1
    - Send message to Player

    PingCountUp > 0
    Every 0.01
    -Add 1 to Ping

    Player receives message
    - Set textbox to "Your ping is " + PingCountUp
    - Set PingCountUp to 0

    The problem is that the client never receives the message that it sends. I'm not interested in using ICMP Ping because it's not reliable for all users.

  2. #2
    Clicker Fusion 2.5

    Join Date
    Jun 2006
    Posts
    402
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: Send a message to yourself?

    You need to program your own server. Perhaps you should take a look at Mathias's Pylacewing, it's gorgeous.

  3. #3
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Send a message to yourself?

    Why not just use Ping Server?
    Working as fast as I can on Fusion 3

Similar Threads

  1. Is it possible to send an SMS message?
    By kungsangun in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 31st December 2013, 11:09 AM
  2. Send to Everyone
    By Blood_Wist in forum Lacewing
    Replies: 3
    Last Post: 11th March 2011, 05:19 PM
  3. How do I send a message to every client?
    By PicklesIIDX in forum Lacewing
    Replies: 3
    Last Post: 11th October 2009, 06:56 PM
  4. Send Message - to Peer
    By RickyRombo in forum Lacewing
    Replies: 5
    Last Post: 20th April 2009, 09:31 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
  •