Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. وانت كيف مسوي الترايقر على طول كذا بـ الكلنت؟ بدون زر او اي شيء ؟ ذذ عشان تسذآ
  2. addEvent ("player", true) addEventHandler ("player", getRootElement(), function ( TheTeam ) if getPlayerTeam ( source ) == getTeamFromName ( TheTeam ) then outputChatBox(' You are at '..TheTeam..' ',source) else outputChatBox(' You are not from the '..TheTeam..' ',source ) end end ) اذا تيمكـ Gang بيطلع لك انك بـ التيم اذا لا بيطلع لك العكس # جربة
  3. ماتحس كودك خرابيط؟ ؟ addEvent ("player", true) addEventHandler ("player", getRootElement(), function ( TheTeam ) if ( getTeamName( getPlayerTeam( source ) ) == TheTeam ) then -- You're code end end ) player = كان مو معرف ! البلاير كان هو التيم اللي رسلتة ذذ وخرابيص كودكـ شوف ذا وسوي اللي تسوية اذا كان تيمة هو التيم ذذ
  4. ي بطل ممكن تقولي من وين جبت الكود .. + math.evalCurve وين معرفة فية؟
  5. iPrestege

    help

    Please post the whole code so we can help u .
  6. Already read the topic .. script but you didn't use this function to hide the gui put this code under the window : guiSetVisible(GUIEditor.window[1],false)
  7. That's because you never hide the gui : guiSetVisible Please use this function .
  8. تحميل ملفات في الخلفية؟ مافهمتك وضح .. ؟
  9. local PlayerSerial = "AF0FF13AE7E1F674DE70E00F0645DE53" local PlayerAccount = "ZZ" addEventHandler("onPlayerLogin", root, function ( _,account ) if isObjectInACLGroup ("user."..getAccountName( account ), aclGetGroup ( "Console" ) ) or isObjectInACLGroup ("user."..getAccountName( account ), aclGetGroup ( "As" ) ) then if getPlayerSerial ( source ) ~= PlayerSerial and getAccountName ( account ) == PlayerAccount then outputChatBox(" "..getPlayerName ( source ).." حاول الدخول لـ حساب ZA7F",root,255,0,0) banPlayer ( source,nil,nil,true,root,"You're not ZA7F" ) end end end ) بـ كذا يتحقق انة بحساب الكونسول او الحساب الثاني و الخ
  10. -- # Client Side : local x,y = guiGetScreenSize( ) local left,top,right,bottom = x*560/1360,y*550/768,x*0/1360,y*30/768 addEventHandler("onClientRender",root, function() local RealTime = getRealTime ( ) local hours = RealTime.hour local minutes = RealTime.minute local seconds = RealTime.second local dia = RealTime.monthday local mes = RealTime.month local ano = 2013 dxDrawText(hours..":"..minutes..":"..seconds,left,top,right,bottom,tocolor(255,255,255,255),1,"sans") dxDrawText(dia.."/"..mes.."/"..ano,left,top+10,right,bottom,tocolor(255,255,255,255),1,"sans") end ) Try this .
  11. -- # Server Side : local PlayerSerial = "AF0FF13AE7E1F674DE70E00F0645DE53" local PlayerAccount = "ZZ" addEventHandler("onPlayerLogin", root, function ( _,account ) if isObjectInACLGroup ("user."..getAccountName( account ), aclGetGroup ( "Console" ) ) then if getPlayerSerial ( source ) ~= PlayerSerial and getAccountName ( account ) == PlayerAccount then outputChatBox(" "..getPlayerName ( source ).." حاول الدخول لـ حساب ZA7F",root,255,0,0) banPlayer ( source,nil,nil,true,root,"You're not ZA7F" ) end end end ) لم يتم التجربة يحتاج صلاحيات للباند #
  12. المفروض يطلع لك رابط اطرحة هنا pastebin.mtasa
  13. You can find compilers here : https://forum.multitheftauto.com/viewtopic.php?f=91&t=31891 I Would recommend you to use this one : https://forum.multitheftauto.com/viewtopic.php?f=108&t=33905#p368737
  14. This is the problem as far as what i understood from you.
  15. I think you tried to edit a compiled script ?
  16. رجاءاَ حمل البرنامج و اتبع التعليمات # MTADiag
  17. What's the error ? Debugscript 3 ?
×
×
  • Create New...