(09-12-2014, 04:47 AM)Seadragon91 Wrote: Hello!
Change
Player:GetName(Player)
to
Player:GetName()
SendMessage
to
Player:SendMessage and remove the "Player," there
regards,
Seadragon91
Hello!
Thank you very much, this works! Greatly appreciated.
I do get a console msg tho saying:
Player "myplayername" tried to execute command "/j" that was stopped by the HOOK_EXECUTE_COMMAND hook
No idea what that is about. EDIT: It gives the same console remark on /me command.
Also, this command is visible for all players, and not just the player typing the command. For this command all players should see it, so that works as intended, but how would I go about in making it visible to only the player typing the command?