Function set_wait_allowed

Source
pub fn set_wait_allowed(pid: u16, state: bool)
Expand description

Set whether waiting is allowed for a player.

This changes the waiting permission for that player in the server memory, but does not
by itself send a packet.

pid The player ID.
state The waiting permission state.

Returns void