DELETE-ME-NOW- Posted August 12, 2010 Posted August 12, 2010 Not really a mod, but anyway XD What would the polling code be to make it that when users complete a poll, they get payed, points or money? ?( Quote
Jordan Palmer Posted August 12, 2010 Posted August 12, 2010 Under the query where it sets there vote simply do; [mysql] $db->query("UPDATE `users` SET `crystals` = `crystals` + 20 WHERE `userid` = $userid");[/mysql] Change it accordingly to what you wish :') Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.