[Help] Creating a Match and Player ID

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
element126
Forum Newbie
Posts: 3
Joined: Sun Jul 08, 2012 1:55 am

[Help] Creating a Match and Player ID

Post 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!
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: [Help] Creating a Match and Player ID

Post by califdon »

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

Post by element126 »

I havent written anything at the moment since im not any sure how I would do this code.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: [Help] Creating a Match and Player ID

Post 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.
element126
Forum Newbie
Posts: 3
Joined: Sun Jul 08, 2012 1:55 am

Re: [Help] Creating a Match and Player ID

Post by element126 »

I would write code if I understood how to implement such a system.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: [Help] Creating a Match and Player ID

Post 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.
User avatar
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

Post 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?
(#10850)
Post Reply