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

svcmd not working #8

Closed ghost closed 11 years ago

ghost commented 11 years ago

svcmd command not returning anything.

Example:

if message == "/p" then svcmd("sv_say hi") end

I type /p, and it dosnt say hi. :(

urbanyoung commented 11 years ago

sv_say isn't implemented. use say instead.