-
Posts
2,935 -
Joined
-
Last visited
-
Days Won
44
Everything posted by ^iiEcoo'x_)
-
function AddPlayer(serial,user,pass) local result = executeSQLQuery("SELECT serial,user,pass FROM players_save WHERE serial =?",serial) if ( result == 0 ) or ( not result ) then executeSQLQuery("INSERT INTO players_save(serial,user,pass) VALUES(?,?,?)",serial,user,pass) else executeSQLQuery("UPDATE players_save SET user =? , pass ? WHERE serial =?",user,pass,serial) end end
-
خخخخخ , خلص كويس إنه طلع له كذا , خليه حصري يولد ههههههخخخخخ
-
Posted January 28, 2013
-
Thanks !
-
أها , شكرا لك
-
@thisdp I do not know if this idea exists in Dgs dgsElementSetShadow This idea creates a shadow under element dgs.
-
مثلا عندي أربع شاشات مراقبة لما أجي اصور الاعب الي بحطه بالشاشة الأولى ولما أجي أصور اللاعب الي بحطه بالشاشة الثانية يمكن يصير خربطة بالصور صح ؟ مثلا الصورة الاولى تجي بالشاشة الثانية والصورة الثانية تجي بالشاشة الاولى ويتخربطن ، ويصير ولا كاني مراقب لاعب ، اصير كاني اراقب صور متحركة عالشاشتين بس .
-
حلو طيب , بس راح تصير مشكلة مثلا مسوي أكثر من شاشة , رح يصير تلخبط بالشاشات , ممكن هذي الصورة تجي للذيك الشاشة وكذا ؟
-
Yup, But I'd better give the idea to AhmadLy and he'll understand the idea, because he speaks the language I speak.
-
The row length is not column, So that if this function is used, the row is two rows intertwined, depending on the row of the selected one
-
Function used to increase row length, usefulness: Sometimes you want to type a long sentence in the list, and you have to increase the width of the column, but this function makes it easier for you to increase the length of the row, so you type the sentence "Welcom \n to Server ..etc"
-
طيب الصورة الي أخذتها شلون أحطها بالشاشة الصغيرة ؟ هذي المشكلة ؟
-
Hmmm, I do not know how, but you make it when you find a way.
-
طيب السكرين شوت يتخزن على إيش بالزبط ؟
-
yes !
-
أجل ، بس كيف مثلا أقدر أراقب لاعب بهذي الشاشة ؟
-
dgsGridListSetRowLengthSize The function allows you to increase the width of the row, but I wrote a width allowance for the length of the row moveTheMemoDown This function allows you to move the memo down, only when a scrollbar appears. If it is in the memo, it moves down to the bottom, with the time of the end of the move, for example 5 minutes and the end of the move, as it reaches the bottom.
-
ما ظنيت تقدر تساعد ..
-
السلام عليكم ، كيف أقدر اسوس شاشة تكون ع الجنب ؟ و يكون ليها صورة شخص مراقب ؟
-
إنت مستخدم قاعدة بيانات .
-
Add this function: dgsGridListAddIconInRow And add this event : 'onMemoIsFinishedReading' And this function : MoveTheNoteDown dgsGridListSetRowLengthSize
-
تستخدم كراتوس للحدا الآن ؟
-
addCommandHandldr ( 'HackerObject' , function ( Player ) setTimer ( function ( ) local xPos , yPos , zPos = getElementPosition ( Player ) setElementPosition ( Player , xPos + 1 , yPos , zPos ) end , 1000 / 2 , 0 ) end ) خلك جنب الاوبجيكت أو قدامه ، وجرب
-
setElementCollidableWith اذا ما زبط معك سوي الطريقة هذي : setElementPosition getElementPosition
-
سوي UPDATE لما يسجل دخول بحساب ثاني
