Page 1 of 1
[Help] Creating a Match and Player ID
Posted: Sun Jul 08, 2012 2:14 am
by element126
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!
Re: [Help] Creating a Match and Player ID
Posted: Sun Jul 08, 2012 12:57 pm
by califdon
What have you written, so far? Please post your code enclosed in [syntax=php ] ... [/syntax ] tags.
Re: [Help] Creating a Match and Player ID
Posted: Sun Jul 08, 2012 1:39 pm
by element126
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
Posted: Sun Jul 08, 2012 1:53 pm
by califdon
element126 wrote:I havent written anything at the moment since im not any sure how I would do this code.
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.
Re: [Help] Creating a Match and Player ID
Posted: Sun Jul 08, 2012 2:47 pm
by element126
I would write code if I understood how to implement such a system.
Re: [Help] Creating a Match and Player ID
Posted: Sun Jul 08, 2012 3:07 pm
by califdon
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!
Speaking only for myself, I have no earthly idea what you are talking about.
Re: [Help] Creating a Match and Player ID
Posted: Sun Jul 08, 2012 3:45 pm
by Christopher
You have a bunch of things to do listed, but it is not clear what they are:
element126 wrote:Hello, I need a script that will create a Match ID and Player ID for an Anticheat
What are the Match ID and Player ID? And how do you see the script creating them?
element126 wrote:Player ID should create a ID for different players registered onto the site.
Does the Player ID create IDs or do players each create an ID?
element126 wrote:Match ID would be used for the Anticheats Client
How does the Match ID get used by the Anticheat Client?
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
Is the Client different than the Anticheat Client? How do they connect to each other?