Jump to content

=[ طلب ] =


Recommended Posts

مشكور اخوي برستيج

طيب انا ما ابي اسوي موضوع بس بستفسر استفسار

 

الان انا مسوي مود بي قاعدة بيانات

مثل انا ضرب زر

 و ضافني لقاعدة البيانات

طيب لو اضرب الزر مره ثانيه يضيفني ثاني

طيب لو ابي اسوي تحقق اذا كان  سريال الاعب في القاعده مايضيفه كيف اسويها

Link to comment

سوي تحقق انة السريال موجود او لا مثل كذا :

 

local serial = getPlayerSerial ( player ) 
  local result = executeSQLQuery ( 'SELECT * FROM `TABLE` WHERE serial=?',serial ) 
    if ( type ( result ) == "table" and #result == 0 or not result ) then 
     executeSQLQuery ( "INSERT INTO `TABLE` ( serial,pSerial ) VALUES(?,?)",serial,serial ) 
else 
	return outputDebugString ( 'The Player '..getPlayerName ( player)..' is already added to the database!',1 )
end

 

Edited by FaHaD
Mistake
Link to comment
Just now, FaHaD said:

سوي تحقق انة السريال موجود او لا مثل كذا :

 


local serial = getPlayerSerial ( player ) 
  local result = executeSQLQuery ( 'SELECT * FROM `TABLE` WHERE serial=?',serial ) 
    if ( type ( result ) == "table" and #result == 0 or not result ) then 
     executeSQLQuery ( "INSERT INTO `TABLE` ( serial,pSerial ) VALUES(?,?)",serial,serial ) 
else 
	return outputDebugString ( 'The Player '..getPlayerName ( player)..' is already added to the database!',1 )
end

 

مشكور اخوي برستيج 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...