User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 27 of 27

Thread: Kicking Players

  1. #21
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Kicking Players

    The string parser separates the message received using SC_OnClientMsg_GetText$( "MooClick") into elements. The string parser and that expression are two totally different things and one cannot replace the other. I think you need a little more practice using MooClick.

  2. #22
    No Products Registered

    Join Date
    Oct 2006
    Posts
    139
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Kicking Players

    nevermind. the problem wasn't that the server wasn't adding the line, but that it wasn't recieving it..

  3. #23
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Kicking Players

    unless you make it a serverside event to kick the player, i mean kick not send a message and there client disconnects, any script kiddie can make there own EXE or alter yours and be immune to kicks

  4. #24
    Clicker Fusion 2.5

    Join Date
    Jun 2006
    Location
    Stockholm, Sweden
    Posts
    1,529
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Kicking Players

    Yes, agree with n_K, the best way must be to manually -drop- the player throught the server (there exist a such action).

    Also, the best way to add the client to a clientlist on the server, must be to use condition similar to this:

    Server:
    Condition
    On Client Connected

    Action:
    Add item to list: SC_GetName$("MooClick")


    --Im not sure how the events looks like :P

  5. #25
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Kicking Players

    nope, use IDs not names
    names are not unique but IDs are

  6. #26
    No Products Registered

    Join Date
    Oct 2006
    Posts
    139
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Kicking Players

    but I wouldn't know who to kick..

  7. #27
    No Products Registered

    Join Date
    Oct 2006
    Posts
    139
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Kicking Players

    Anyway, now I have the list all set up, but if someone disconnects or closes their application, the name on the server list doesn't disappear. I've tried...

    + User: On User Left
    (under the list)
    - Delete line FindStringExact("List", PCU_GetName$("Mooclick"),1)

    and

    On the client:
    + Close windows has been selected
    (under Mooclick)
    - Player: Send P_GetName$("Mooclick") on subchannel 13 to Server
    (under Storyboard Controls)
    - End the application

    On the server:
    + Connection: On Client Message
    + SC_OnClientMsg_GetSubchannel("Mooclick") = 13
    (under the list)
    - Delete line FindStringExact("List", SC_OnClientMsg_GetText$("Mooclick"),0)

    Anybody know what's wrong?

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Kicking a client (Lacewing)
    By LeoLamas in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 28th May 2010, 07:37 AM
  2. Me again! Clinging to edges and kicking faces.
    By Bijhan in forum The Games Factory 2 - Technical Support
    Replies: 4
    Last Post: 12th May 2010, 12:10 AM
  3. OINC - Kicking/banning
    By Game_Master in forum Lacewing
    Replies: 36
    Last Post: 1st May 2009, 01:52 PM
  4. Players
    By Noctrama in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 25th December 2008, 06:36 PM
  5. Kicking People Off Of Chat With Mooclick
    By Brandon in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 30th March 2007, 08:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •