function spawnPlayer (server-side)
Available since version: 0.3.0
Note
If the player is not spawned, server doesn't recognize his presence at all.
Spawn a player, optionally overriding the spawn position.
Declaration
boolean spawnPlayer(number player_id, {x, y, z} Optional)
Parameters
numberplayer_id: Player id to spawn.{x, y, z}Optional: position table or three numeric coords.
Returns boolean
True on success, false if the player is missing.