gameevent.RemoveClientListener
boolean gameevent.RemoveClientListener( ClientArg(CBaseClient or Player or number) ply, string gameevent = nil )
Description
Removes the player from listening to the given gameevent.
If the given gameevent is nil it will remove the player from all gameevents.
Recently Changed
Arguments
2string gameevent = nil
The event to remove the player from. If nil the player is removed from all events.