Player::id
This property is the id of a player.
Note: this property is read-only.
Example
mp.events.add(
{
"playerJoin" : player =>
{
console.log("Player ID: " + player.id);
}
});
This property is the id of a player.
Note: this property is read-only.
mp.events.add(
{
"playerJoin" : player =>
{
console.log("Player ID: " + player.id);
}
});