MYSQL adding new variables - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MYSQL adding new variables (
/showthread.php?tid=594150)
MYSQL adding new variables -
izeatfishz - 14.11.2015
So i'm starting with a basic mysql script and I'm trying to add a new 'admin' variable
the problem is I'm inexperienced and I added everything I needed but I was wondering how to make it add the new variable to the accounts data without me having to add it in the .sql table
this is a concern to me because say i have 10 active registered users and I add a trucker job and a variable to check if they're a trucker how would i add it to the existing users without having to add it to the table and making them re register...