Maurize Posted November 14, 2011 Posted November 14, 2011 (edited) Hey, However is use my SQLUpdate it seem to update the whole database in this column. That sucks!! Anybody know how to solve this problem?? function() local Name = getPlayerName( source ) local Table2 = executeSQLSelect ( "Datenbank2", "*", "Name = '"..Name.."'" ) executeSQLUpdate( "Datenbank2", "Geld = '"..getPlayerMoney( source ).."'" ) end ) Thanks. Edited November 14, 2011 by Guest
Castillo Posted November 14, 2011 Posted November 14, 2011 function() local Name = getPlayerName( source ) local Table2 = executeSQLSelect ( "Datenbank2", "*", "Name = '"..Name.."'" ) executeSQLUpdate( "Datenbank2", "Geld = '"..getPlayerMoney( source ).."'","Name = '".. Name "'" ) end ) San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Castillo Posted November 14, 2011 Posted November 14, 2011 You're welcome . San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now