AboShanab
Members-
Posts
1,348 -
Joined
-
Last visited
Everything posted by AboShanab
-
guiGridListSetItemData( GridList, row, 1, v[2] ) !!! guiGridListGetItemData( GridList, row, 1, v[2] ) !!!
-
جرب الكود وتكلم + في غلط عندك في كودك اللي فوق if alpa == 0 then ?? if alpha == 0 then ^ + الارقمنت اللي في كود setTimer اللي هو true م منه اي داعي + كودك مو مرتب
-
@Kemo : function guiSetVisiblex ( wind, kemo ) if not ( kemo ) or ( type ( kemo ) ~= "boolean" ) or not ( wind ) or not ( isElement ( wind ) ) then return false end if ( kemo == true ) then if ( guiGetVisible ( wind ) ~= false ) then return false end guiSetAlpha ( wind, 0 ) if not ( guiGetVisible ( wind ) ) then guiSetVisible ( wind, true ) end setTimer ( function ( ) local alpha = guiGetAlpha ( wind ) alpha = alpha + 0.1 guiSetAlpha ( wind, alpha ) end, 50, 10 ) else if ( guiGetVisible ( wind ) ~= true ) then return false end guiSetAlpha ( wind, 1 ) setTimer ( function ( ) local alpha = guiGetAlpha ( wind ) alpha = alpha - 0.1 guiSetAlpha ( wind, alpha ) if ( alpha <= 0 ) then guiSetVisible ( wind, false ) end end, 50, 10 ) end end
-
dxDrawText("#ff8800".. month,0,110,screenWidth,screenHeight,tocolor(0,0,0,alpha),2,"default-bold","center","top",false,false,true,true)
-
try it loadstring ( "return paris" ) ( )
-
بالنسبة لك ي جعفر .. تراه نفس الطريقة راح ينزل الملف
-
Posts: 1000 مبروووك كنق ^
-
function ( thePlayer ) accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if accName == "yourAccountName" then triggerClientEvent ( thePlayer, "openT9wetWindowPlease", thePlayer ) else outputChatBox ( "* You Don't Have Permissions !!", thePlayer, 255, 0, 0, true ) end end ) yourAccountName = اسم حسابك
-
اذا كنت تقصد cinfu اكيد تقبل
-
@Kemo : عندك اخطاء kem = {"Block",} > kem = {"Block"} + function isPlayerNotAllowed(ply) for _, acl_ in ipairs (kem) do if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(ply)),aclGetGroup(acl_)) then return true end end end + صاحب الموضوع عدل ع الكود هذا if isPlayerAllowed(source) == false then outputChatBox("لايمكنك أخد رتبة لأنك محظور" , source , 255 , 0 , 0 , true ) return end الى if isPlayerNotAllowed(source) == true then outputChatBox("لايمكنك أخد رتبة لأنك محظور" , source , 255 , 0 , 0 , true ) return end
-
.::| مهم للبرمجه Notepad v6.6.8++ برنامج |::.
AboShanab replied to xX|KeMo|Xx's topic in دروس في البرمجة
رائع جداَ , يعطيك العافية -
على كلامهم يقولون حط رقم سري خطير ولا احد يعرفه انت جرب حط رقم سري مثل كذا يعني Z421$qqw43^&qwe1
-
م يحتاج اوريكم السرعه
-
تشغلها وتتاكد انها خلصت مدري شلون تجي هذي :\
-
إختصار الاكواد
-
للان م رتبتها ي حسوون ..
-
@HassoN : وظيفة جيدة لكن يبي لها شوي من ناحية التنسيق والاهتمام + حط aclReload
-
getCountPlayerInTeam Client and Server Side ! Syntax int getCountPlayerInTeam ( team ) function getCountPlayerInTeam ( team ) assert ( isElement ( team ) and getElementType ( team ) == "team", "Bad argument @ getCountPlayerInTeam [ team expected, got " .. type ( team ) .. " ]" ) local countPlayer = 0 for _,v in ipairs ( getElementsByType ( "player" ) ) do if ( getPlayerTeam ( v ) == team ) then countPlayer = countPlayer + 1 end end return countPlayer end Wiki : https://wiki.multitheftauto.com/wiki/Ge ... ayerInTeam
-
نعم اخخوي يجي عليها تيم سبيك .. تدعم اغلب الالعاب تقريباً
-
انصحك في TcAdmin حقت الالعاب هي ممتازة جداً للخوادم وخصوصاٌ الالعاب .. اغلب الاستضافات الرائعة حاطين هذي اللوحةة ! http://tcadmin.com/
-
إيه اضمن لك بكثيييييييييييييييييييييييييييييييييييييييييييييييييير اللوحة تفتح لك ثغرات بالخادم غير نهائية ( إذا كان التركيب مو مضبوط) ! ومثل م قال لك تنطيل فيها ثغرة يعني ابعد عنها
