I have a donation system for my server via a website. When a user donates via paypal it stores their steam_id as well as donation_id on a MySQL table, how can I make a plugin that runs whenever a new field is inserted (new donation) and stores the steam_id and donation_id fields of the new donation in variables?
PS: I checked the umod database documentation and couldn't find anything about checking when a table is updated.
PS: I checked the umod database documentation and couldn't find anything about checking when a table is updated.