Jump to content

استفسار


MR.Mosa

Recommended Posts

ليش هاذا الكود ما يشتغل هل mta مانع هاذا 

 

addEvent("onGetSave",true)
addEventHandler("onGetSave",root,
	function ()
		local serial = getPlayerSerial(source)
		if isPlayerSave(serial) then
			local user,pass = getUserAndPass(serial)
			triggerClientEvent(source,"onPutSave",source,user,pass)
			local acc = getAccount(user,pass)
			if acc then
			logIn(source,user,pass)
			OutPut( " تم تسجيل الدخول تلقئيا ",source,255,255,0)
			else
			OutPut( " يوجد مشكلة ",source,255,255,0)
		end
	end
	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...