Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 08/02/15 in all areas

  1. Thankyou! I really appreciate the time you spent helping me out. I'll look over it and see where I was going wrong. Lots for me to learn obviously
    1 point
  2. define create_table_from_file { create table from file("C:\\Users\\pc\\Desktop\\Untitled 1.csv",&table) } define assign_first_row_variables { set(#name,$table cell(&table,0,0),"Global") set(#data,$table cell(&table,0,1),"Global") } define delete_first_row_from_table { plugin command("TableCommands.dll", "delete from table", &table, "Row", 0) } define search_table_for_name_variable { set(#name_match,$plugin function("TableCommands.dll", "$table search", &table, #name, "Row Index"),"Global") wait(2) } define delete_matching_row { plugin command("Ta
    1 point
  3. Give me 5 mins, i'll post the code to help you here...
    1 point
×
×
  • Create New...