Hello, I need a script that will create a Match ID and Player ID for an Anticheat I'm currently developing with a friend. Player ID should create a ID for different players registered onto the site. Match ID would be used for the Anticheats Client use for an example ( If a Client were to connect the to anticheat they can choose what ever Match ID they want like "element126aclobby" or "gamematch01" and connect them to that lobby )
If anyone can help me with a script for this I would very much appreciated
Thanks!
[Help] Creating a Match and Player ID
Moderator: General Moderators
-
element126
- Forum Newbie
- Posts: 3
- Joined: Sun Jul 08, 2012 1:55 am
Re: [Help] Creating a Match and Player ID
What have you written, so far? Please post your code enclosed in [syntax=php ] ... [/syntax ] tags.
-
element126
- Forum Newbie
- Posts: 3
- Joined: Sun Jul 08, 2012 1:55 am
Re: [Help] Creating a Match and Player ID
I havent written anything at the moment since im not any sure how I would do this code.
Re: [Help] Creating a Match and Player ID
You're unlikely to get much help here, then, because we don't write scripts for people, we help developers with problems in the scripts they have written.element126 wrote:I havent written anything at the moment since im not any sure how I would do this code.
-
element126
- Forum Newbie
- Posts: 3
- Joined: Sun Jul 08, 2012 1:55 am
Re: [Help] Creating a Match and Player ID
I would write code if I understood how to implement such a system.
Re: [Help] Creating a Match and Player ID
Speaking only for myself, I have no earthly idea what you are talking about.element126 wrote:Hello, I need a script that will create a Match ID and Player ID for an Anticheat I'm currently developing with a friend. Player ID should create a ID for different players registered onto the site. Match ID would be used for the Anticheats Client use for an example ( If a Client were to connect the to anticheat they can choose what ever Match ID they want like "element126aclobby" or "gamematch01" and connect them to that lobby )
If anyone can help me with a script for this I would very much appreciated
Thanks!
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: [Help] Creating a Match and Player ID
You have a bunch of things to do listed, but it is not clear what they are:
What are the Match ID and Player ID? And how do you see the script creating them?element126 wrote:Hello, I need a script that will create a Match ID and Player ID for an Anticheat
Does the Player ID create IDs or do players each create an ID?element126 wrote:Player ID should create a ID for different players registered onto the site.
How does the Match ID get used by the Anticheat Client?element126 wrote:Match ID would be used for the Anticheats Client
Is the Client different than the Anticheat Client? How do they connect to each other?element126 wrote:If a Client were to connect the to anticheat they can choose what ever Match ID they want like "element126aclobby" or "gamematch01" and connect them to that lobby
(#10850)