Quote: Originally Posted by BloofyGirl Hi, is there is a function to add cps like UPDATE characters set cps +1111111 or some thing? best wishes.
UPDATE characters SET Money = Money + 1000 WHERE Name ='$ID'
Quote: Originally Posted by Smythe94 I think it's something like this Code: UPDATE characters SET Money = Money + 1000 WHERE Name ='$ID'
UPDATE characters WHERE Name ='$ID' SET Money = Money + 1000