467 B
467 B
Function: AddSpawnIDAccess(Player, spawn_id, zone)
Description: Adds Player to the access list of the spawn_id provided. Zone is optional, it will use Player's zone to determine any Spawn's in zone based on the spawn_id provided.
Parameters:
Player
(Spawn) - Spawn object representingPlayer
.spawn_id
(uint32) - Integer valuespawn_id
.zone
(Zone) - Zone object representingzone
.
Returns: None.
Example:
Example Required