MyBB Community Forums

Full Version: A strange donation page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I'm currently running a roleplaying game on Garrysmod which allows you to make multiple characters the way the database recognizes the player is by SteamID's.

For example:

A player joins the server -> His information is written into the database nero_hl2rp in the table players

When a player makes his own character it is written into the table characters, the key columns which I need for this donation page are _Name and _Flags

What I want to happen is when a player lands onto a donation page they can search for the characters name in (nero_hl2rp -> characters -> _Name) and then that is the character that will get the donation features, after they have donated I need it to ADD pet into _Flags BUT DON'T replace.

I'm not sure how I would go about this?