Hallo,
ich hab folgendes Problem wenn ich den Itemshop ingame öffne kommt nen input fenster
Input Ignore ist im client bereits drin daher versteh ich nich ganz warum es dennoch kommt
google hat auch nicht viel gebracht
auch serverside ist es drin
***************************
function getinput(par)
cmdchat("getinputbegin")
local ret = input(cmdchat(par))
cmdchat("getinputend")
return ret
end
***************************
jemand eine Idee was ich noch ausprobieren könnte?