• adding a value to a table through concommand
    1 replies, posted
[code] concommand.Add("addquote", function(ply,cmd,str,args) -- end) [/code] All i got, how would you insert a table so that if [code] quotes = {} quotes[1] = "A man once crapped." [/code] How would i make it so i type addquote "myquote" in console then it adds the quote to the table, I'm not asking for code, just which table.????? i should use.
table.insert( quotes, args )
Sorry, you need to Log In to post a reply to this thread.