urbanyoung / Phasor

Phasor is a server extension for Halo PC which focuses on giving the end-user the ability to deeply customize gameplay. Phasor does this via its scripting system, which uses the Lua language. Scripters are able to react to and change many different aspects of the game.
MIT License
19 stars 9 forks source link

OnNameRequest #52

Closed chrisk123999 closed 9 years ago

chrisk123999 commented 11 years ago

Currently when one script changes a player name, other scripts aren't able to change the name anymore. Requesting that instead when one script changes a name, the new name is passed to the next script that tries checks this function.

urbanyoung commented 11 years ago

I plan to do something similar to this when I rewrite how I call scripts, I'm not sure exactly how it will work though.

RadWolfie commented 10 years ago

This is inside the CD hash key validate check (the closest spot, not confirmed by me, would be "OnHaloBanCheck"), so you can actually edit from within this part. Just a suggestion

urbanyoung commented 9 years ago

Added way back.