Jump to content

^iiEcoo'x_)

Members
  • Posts

    2,935
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by ^iiEcoo'x_)

  1. ي الطيب , بسطر 4 متحقق من الإليمنت ونوع الاليمنت اللي هو الصوت , لازم يسوي التحقق من الالمنت والنوع لحال لو سواه زي ما قلت رح يزبط فرضا لو كان الصوت شغال رح يحذف الصوت ويحط القيمة نيل ويسوي ريتورن وما يكمل الباقي اتمنى فهمت
  2. welcome , I have also had this error with me, and it must be a mistake of the game, You can use this method: addCommandHandler ( 'test' , function ( aPlr_ , _ , aAccount_ ) if ( tostring ( aAccount_ ) == getAccounts ( ) ) then outputChatBox ( ' yes ' , aPlr_ ) else outputChatBox ( ' no ' , aPlr_ ) end end )
  3. طلبك في هذا الموضوع
  4. عندك خطأ , بسطر 4 , كل شوي رح يضل يفتحه غير 0 الى 1 @Deativated , يقدر يستعمل وظيفة ميزو guiAntiFlood , تحصلها ب الوظائف المفيدة
  5. guisetEnabled ( aButton , false ) setTimer ( function ( ) guiSetEnabled ( aButton , true ) end , 1000*5 , 1 )
  6. local group = { 'Console', 'Admin' } for _ , v in ipairs ( group ) do
  7. العفو واجبي ي غالي ~ بالتوفيق في مسيرتك ~ <3
  8. guiMoveToBack guiSetVisible
  9. function startUp() for k,v in ipairs ( getElementsByType ( 'player' ) ) do if exports["SADZconfirm"]:isPlayerInTeam ( thePlayer , "Criminals") then safeTable = createObject (1829 ,2580.619140625, 2328.5845703125, 17.222208404541) createBlipAttachedTo ( safeTable, 38, 3, 0, 117 , 0 , 255, 0, 99999.0 ) loadConfig() else outputDebugString("wrong") end end end addEventHandler( "onResourceStart", getResourceRootElement( getThisResource() ), startUp)
  10. Add in the meta , in SADZconfirm resource <export function="isPlayerInTeam" type="server"/> Line 2 if exports["SADZconfirm"]:isPlayerInTeam ( thePlayer , "Criminals") then -- or if exports["SADZconfirm"]:isPlayerInTeam ( thePlayer ) == "Criminals" then
  11. Show me exports from SADZconfirm resource and the meta
  12. استغفر الله العظيم الواحد قاعد يمزح وانتم قرفتوا مفطر ولا مخدرات
  13. من كلامك واضح ما ودك تحاول ومنا معطيك قائمة فنكشنات , كلها كم فنكشن وتسوي كودك , لما تحط بالك تبرمج نزل مواضيع @Killer Project شكرا
  14. نعم بس نسيت فنكشن فوق setTimer getElementsByType isPedInVehicle getPedOccupiedVehicle getElementModel killPed بس انت ما ودك تحاول ، ودك جاهز ************** اتمنى ما حد يعطيه الكود الا اذا حاول بيه !
  15. هههههههههخخخههههههههههههههههههههههههههههههههههه
  16. setTimer getElementsByType isPedInVehicle getPedOccupiedVehicle killPed
×
×
  • Create New...