Author Topic: happyone minute  (Read 2423 times)

0 Members and 1 Guest are viewing this topic.

Offline umarabbasi

  • Street Thug
  • *
  • Posts: 8
  • Silence is my attitude....
    • View Profile
    • My Community
happyone minute
« on: October 21, 2014, 06:49:21 am »
where i put this in happyone minute sql



QuerySQL( db, "Select Robbing FROM Pickups WHERE rowid LIKE '" + pickup.ID + "'");
status[player.ID].prev = GetSQLColumnData( q, 2 ); /// 2 is the data table
QuerySQL(db,"UPDATE Pickups SET Robbing='" +  + "' WHERE rowid LIKE '" + pickup.ID + "'");
NewTimer( "SetBack", 60000, 1 );
 
tell me

Offline rohanaj60

  • Street Thug
  • *
  • Posts: 27
  • I am a great scripter :D
    • View Profile
Re: happyone minute
« Reply #1 on: November 02, 2014, 02:08:20 am »