I've checked notifer and player list and it uses
player.SendConsoleCommand .... its not working for me i tried
player.RunServerCommand(echo, "My name is")
but its wrong (i knew it btw)
Solved Send Console Message to "self" ?
Discussion in 'Rust Development' started by PaiN, May 25, 2015.
-
You mean send a message to a players ingame console?
arg:ReplyWith() -
-
Lets say you were able to make a plugin sending things to "you", where do you read it?
-
i'm gonna explain you...
if i Use
print("blalbalblal") = this will send to rcon right ??
so i want this but for normal players its the command "echo" u got it ? the thing is that i have to send a console message to myself something like that... take a look at Notifier and player list function -
hatemail got it
-
-
the command that u gave me
player.SendConsoleCommand("echo test")
File: p-test.lua Line: 52 instance method 'SendConsoleCommand' requires a non null target object: -
-
OH BOY forgot about it ... ffs
Thanks so much!