OFPEC Forum
Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting Multiplayer => Topic started by: Mr.Peanut on 25 Aug 2008, 16:19:45
-
Is the _id returned by these command the player id or the userlist stack number?(Don't know what to call it. I mean the number userlist returns that you can use to vote or kick). Is there a command to return the player id in-game or at the beginning of the mission?
-
*bump*
-
well as admin using #userlist will give you the player ID, in which it checks for as the player connects and if the player is banned will possibly check their ID in the ban log and kick em if its in there.
So my assumption is OnPlayerConnected/Disconnected returns the player ID (the one listed when you click edit profile).