libModz
Platinian On Fire
Hi, this is the method I'm trying to hook...
void OnRequestRespawn(PhotonPlayer, PhotonMessageInfo)
Previously it used to be like this...
void OnRequestRespawn(PhotonPlayer)
I was able to use it fine in the last update no problems, but now they've added this extra parameter and I've no clue what it does or how to use it. Thanks.
void OnRequestRespawn(PhotonPlayer, PhotonMessageInfo)
Previously it used to be like this...
void OnRequestRespawn(PhotonPlayer)
I was able to use it fine in the last update no problems, but now they've added this extra parameter and I've no clue what it does or how to use it. Thanks.