RvEYoda Posted September 11, 2008 Posted September 11, 2008 I'm not sure whether this maybe should go in tech discussion. I am using lua LoSetCommand(...) to give input to lockon. It works great, I can bind now stuff to anything I want, but when trying to use the command nr 50 or 57 (which says it should be open chat window), it does not do anything =(. Do you know if there is a bug with LoSetCommand(57) and LoSetCommand(50)? S = SPARSE(m,n) abbreviates SPARSE([],[],[],m,n,0). This generates the ultimate sparse matrix, an m-by-n all zero matrix. - Matlab help on 'sparse'
Mugatu Posted September 12, 2008 Posted September 12, 2008 Hope not, does it take a value for the text as well? ie LoSetCommand(57, "MAYDAY MAYDAY MAYDAY") I'm not sure whether this maybe should go in tech discussion. I am using lua LoSetCommand(...) to give input to lockon. It works great, I can bind now stuff to anything I want, but when trying to use the command nr 50 or 57 (which says it should be open chat window), it does not do anything =(. Do you know if there is a bug with LoSetCommand(57) and LoSetCommand(50)?
RvEYoda Posted September 12, 2008 Author Posted September 12, 2008 Hope not, does it take a value for the text as well? ie LoSetCommand(57, "MAYDAY MAYDAY MAYDAY") I tried that too, but that does not do anything either =( S = SPARSE(m,n) abbreviates SPARSE([],[],[],m,n,0). This generates the ultimate sparse matrix, an m-by-n all zero matrix. - Matlab help on 'sparse'
Recommended Posts