All Events?

Hi Guys,

is there any website or repository, where I can find all the ServerEvents/ClientEvents?

For example: OnPlayerSpawn, OnWeaponShot or sth. like this.

Thanks!

https://kanersps.pw/

ok is this the link in that website dose not work so here: https://kanersps.pw/fiverebornwiki/

@EPPS said in All Events?:

ok is this the link in that website dose not work so here: https://kanersps.pw/fiverebornwiki/

Website works fine?

Thanks guys, but I knew the wiki.
The Problem is, there are No Events like “Onplayerconnect” explained… :frowning:
I need Syntax and Parameter.

Rock i understand your point completely I’ve been looking for it, but it seems no one yet know all of them.

We should post all we find here, then filter whats good whats not, and explain what does what.
Some are from withing a mod resource others couldn’t find it’s definition.

Since Dev have the source code i think they would be able to expend a bit on it.

  • sessionsFound
    Params: sessions

  • sessionJoining
    Params: cur, max, hostName

  • sessionJoined
    Params:

  • sessionJoinFailed
    Params:

  • sessionHostFailed
    Params: err

  • sessionHosted
    Params:

  • sessionInitialized
    Params:

  • sessionStateChanged
    Params: state

  • getResourceInitFuncs
    Params: isPreParse, add

  • onClientResourceStart
    Params: res

  • onClientResourceStop
    Params:

  • onResourceStop
    Params: name

  • playerActivated
    Params:

  • playerDropped
    Params:

  • onPlayerJoining
    Params: netId, name

  • onPlayerKilled
    Params: playerId, attackerId, reason, position

  • onPlayerDied
    Params: playerId, reason, position

  • onClientMapStart
    Params:

  • onClientMapStop
    Params:

  • onMapStart
    Params:

  • getMapDirectives
    Params: add

  • onClientGameTypeStart
    Params:

------------------------ RegisterServerEvent ---------------------------

  • playerSpawned
    Params:
1 Like

@Konijima Thanks, thats exactly what I was looking for :)))

This is only research, some stuff could be wrong we need to test and find out. Maybe reports success and failure on this topic.
Maybe there is more that we didn’t see anywhere

@kanersps For whatever reason the website LOADS, but clicking any links don’t work. I’ve tried in firefox and in chrome, both with and without adblock.

@trippin7464 said in All Events?:

@kanersps For whatever reason the website LOADS, but clicking any links don’t work. I’ve tried in firefox and in chrome, both with and without adblock.

Has todo with some caching issues, for some reason the CSS and JS don’t want to update. I’ll look into this more tomorrow. Also the events will probaly get added tomorrow aswell. (To the wiki)