Re: I don't get why it don't page the player... [message #468536 is a reply to message #468470] |
Thu, 07 June 2012 07:13 |
BillieJoe67
Messages: 35 Registered: March 2012
Karma:
|
Recruit |
|
|
luatt.lua:
function InputConsole(...)
Console_Input(string.format(unpack(arg)))
end
At the top of your script put:
dofile("LuaPlugins/LuaTT/LuaTT.lua")
Not sure, but Console_Input for luatt probably doesn't format the string for you, so either do that first, then put the formatted string into Console_Input, or include luatt as suggested, then use InputConsole()
Also, use cmsgp if the client's scripts support it, the blue of page is pretty awful to read on a lot of maps, and a nice green message or whatever stands out more than dark blue.
[Updated on: Thu, 07 June 2012 07:14] Report message to a moderator
|
|
|