Jump to content

#BrosS

Members
  • Posts

    2,102
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by #BrosS

  1. #BrosS

    x[طلب]x

    تبي تحط ألوان , ارني محاولتك يا فتى guiGridListSetItemColor
  2. #BrosS

    x[طلب]x

    الأكواد هذي مو المطوبة قلت اللي تضيف الجروبات بالجريد لست مو اللوحة
  3. #BrosS

    x[طلب]x

    إطرح اكواد جريد لست اللي فيه التوب ده
  4. #BrosS

    x[طلب]x

    المود حقك فيه توب احتلال اصلا ؟
  5. #BrosS

    x[طلب]x

    بما انك تحب مواضيع المودات المنشورة استخدم مود الجروبات حق أي اس المنشور , فيه توب الاحتلال ملون ::))))))))))))))))))))))))
  6. you don't need to define player it's already in a loop
  7. من قالك انه اذا ادخل الباس غلط الحدث يتطبق ؟
  8. لول سوري ماشفته بدل السطر بدا for i,player in ipairs(getElementsByType("player")) do
  9. جرب ذا اتمنى االاكواد ماتجي ملخبطة لاني جوال addEvent( "showchatdata",true ) addEventHandler( "showchatdata",root, function() for k,player in ipairs( "player" )do local data = getElementData( player,'dataname' ) local acc =getPlayerAccount( player ) if not isGuestAccount( acc ) then if data then outputChatBox('the account name ['..getAccountName(acc)..'] and his data '..data..' .',root,255,255,255,true) else outputChatBox('Player is not logged in !',root,255,0,0,true) end end end end)
  10. getAccountName م اشوف ان مطلوب فيها ارجومنت لاعب ._.
  11. مالها جبهتك هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه أحمد ربك انه عندي مخالفتين وفي وجه نصور بس <3
  12. عالأقل قوله الغلط ذذ ======= @Deativated عندك غلط بارسال التريقر القيمة اللي معرفها مو نفسها اللي حاطها بسيرفر وهو يقول مثلا عنده 50 يحذفه مو يحذف كل الداتا منه
  13. ممكن محاولتك يالقميل
  14. -- Server function getAllAccount(player) Accounts = { } for i, Account in ipairs (getAccounts ()) do if Account then table.insert (Accounts, getAccountName( Account )) triggerClientEvent(player, "PutAccount", player, Accounts) end end end -- Client addEvent("PutAccount",true) addEventHandler ("PutAccount",root, function(Accounts) guiGridListClear(gridlist[1]) -- جرد لست غيرها الى حقتك for i,v in ipairs (Accounts) do local row = guiGridListAddRow(gridlist[1]) -- الجريد لست حقك guiGridListSetItemText(gridlist[1],row,1,v,false,false,false) end end ) بالنسبة للداتا وش اسم الداتا اللي تبي تضيفها وفنكشن اللي يجيب الحسابات بالسيرفر حطه مع تريقه او كومند يرسل تريقر عشان يفتح اللوحة
  15. @#bazooka ماهذا ؟؟؟؟
  16. function KickLow () local x,y = guiGetScreenSize() if ( x <= 800 ) and ( y <= 600 ) then triggerServerEvent("kickPlayerForLowRes", localPlayer, getLocalPlayer()) end end addEventHandler ( "onClientPlayerJoin",root, KickLow ) ---- Server addEvent("kickPlayerForLowRes", true) addEventHandler("kickPlayerForLowRes", getRootElement(), function(thePlayer) kickPlayer(thePlayer, "Your screen resolution is too low!") end) @Pirulax you're wrong tho
  17. addEventHandler("onClientGUIClick",root, function () if source == button -- اسم الزر اللي تبيه يفتح اللوحة guiSetVisible(window1,false) -- اللوحة اللي تبي تقفلها guiSetVisible(window2,true) -- اللوحة اللي تبي تظهرها end end)
  18. #BrosS

    طلب

    من قالك ان مود السرقة حدث عشان تسويله cancelEvent ؟
  19. ترا سويكين معه حق وانا كمان اعرف هذا الفتى وليه يسويلك انت بس ردود ? عالعموم شرح جميل تشكر عليه
  20. واو لغات برمجية مختلفه Lua يمكنك بهذا القسم وضع اي مشكلة لديك في اي لغة برمجية بإستثناء
  21. #BrosS

    Car mods

    Txd workshop http://www.gtagarage.com/mods/show.php?id=8320
×
×
  • Create New...