Jump to content

Waleed_A

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Waleed_A

  1. اخوي والله لو تدخل الويكي كل شي يسهل عليك
  2. مثال من الويكي function deladm (playerSource, commandName, accountName) if accountName then --Make the script able to detect if a user is given. aclGroupRemoveObject (aclGetGroup("Admin"), "user."..accountName) --Removing the admin. outputChatBox ("ACL: Account '"..accountName.."' succesfully removed as admin.", playerSource) -- Giving you a messsage. outputChatBox ("ACL: Someone have removed you as admin.", accountName) -- giving the poor removed guy a message. else --Make the Syntax display. outputChatBox ("ACL: No account name specified.", playerSource) outputChatBox ("ACL: Syntax: /deladmin [accountName]", playerSource) end end addCommandHandler ("deladmin", deladm)
  3. if aclGroupRemoveObject (aclGetGroup("Moderator"), "user."..accountName)( getPlayerAccount(getPlayerFromName(text)) )) then أعتقد كذا جرب
  4. بالنسبة أن اللوحة ماتظهر و تبيها تفتح بسريال --Client MySerial = {["سريالك"] = true} ShowHide = function() if MySerial[getPlayerSerial(localPlayer)] then guiSetVisible(HASSANWnd, not guiGetVisible(HASSANWnd)) showCursor(not isCursorShowing()) end end bindKey("O", "down", ShowHide) HASSANWnd = guiCreateWindow(278,94,275,422,"",false) guiSetAlpha(HASSANWnd,1) guiSetVisible(HASSANWnd, false) Label = guiCreateLabel(71,28,135,21,":: لوحة الاملاك الخاصة ::",false,HASSANWnd) guiLabelSetColor(Label,0,255,15) Button_X = guiCreateButton(227,26,33,17,"X",false,HASSANWnd) grid = guiCreateGridList(13,60,253,255,false,HASSANWnd) guiGridListSetSelectionMode(grid,2) guiGridListAddColumn(grid,"Vehicles",0.2) Vehicles1 = { {541}, {421}, {404}, {562}, {415}, {451}, {458}, {560}, {546}, {411}, {589}, } for i,ve in ipairs(Vehicles1) do local row = guiGridListAddRow(grid) guiGridListSetItemText(grid,row,1,ve[1],false,false) end spawnBut = guiCreateButton(45,327,185,35,".:: اظهار السيارة ::.",false,HASSANWnd) destroyBut = guiCreateButton(45,370,185,35,".:: اخفاء السيارة ::.",false,HASSANWnd) addEvent ("carSpawn", true) addEvent ("carDestroy", true) function guiClick (button, state, absoluteX, absoluteY) if (source == spawnBut) then triggerServerEvent ("carSpawn", lp) elseif (source == destroyBut) then triggerServerEvent ("carDestroy", lp) end end local car = createVehicle (HASSANWnd) addEventHandler("onVehicleStartEnter", root, function(player) if(source==car)then if (getPlayerSerial(player)~="**********************************")then cancelEvent() r,b,g = math.random(0,255) outputChatBox( "املاك خاصة", player, r, b, g, true ) else r,b,g = math.random(0,255) outputChatBox( "مرحباً بك امتمنى لك قيادة جيدة", player, r, b, g, true ) end end end) جرب
  5. # لو كذا , يبيله نظام كبير .. # مو كود ولأ كودين .. ذذ انا اقصد انه مثلا فيه 10 بالسيرفر و الي بالسيرفر يبون يعيدون الماب ومحد يقدر يسوي ريدو ف هم يكتبون vr يجي تصويت اذا كان 10 بالسيرفر لازم يكتبون 5 منهم vr عشان ينعاد الماب
  6. # ; م فهمت سيرفرك وش ؟ السيرفر ريس
  7. السلام عليكم و رحمة الله و بركاته ابي كود تصويت ريدو ممم مثلا في السيرفر 10 لاعبين يكون التصويت 5 اذا وصل 5 يسوي ريدو اذا مات اخر واحد مثلا كان بالسيرفر 4 يصوتوا 2 و يكون تكتب امر في اف 8 عشان التصويت /vr /voteredo
  8. السلام عليكم ورحمة الله و بركاته ابي اطلب منكم اكواد الي هو اذا الواحد ضغط حرف 'L' يطلع له بالشات Arabic: و يكتب الكلام الي يبيه و الكلام ذا يظهر فقط عند العرب زي ماتقول مثل اف اف اس
  9. اشتغل ولكن عندي سؤال هو ينقلني لتيم لما يكون قبل نكي ~mR// و ادخل السيرفر كيف اخليه لمن اغير نكي و انا جوا السيرفر ~mR// ينقلني لتيم و اذا شلته يطلعني من التيم
  10. هل كذا صح او لا team = createTeam("Team1",255,55,55) addEventHandler("onPlayerJoin",root,function () if getPlayerName(source) == "~mR//" then setPlayerTeam(source,team) end end ) كثير sting.find جرب كذا ماعرف للـ team = createTeam("Team1",255,55,55) addEventHandler("onPlayerJoin",root,function () if string.find(getPlayerName(source),"~mR//") then setPlayerTeam(source,team) end end ) راح اجرب ارد خبر
  11. هل كذا صح او لا team = createTeam("Team1",255,55,55) addEventHandler("onPlayerJoin",root,function () if getPlayerName(source) == "~mR//" then setPlayerTeam(source,team) end end )
  12. السلام عليكم ورحمة الله و بركاته ابي كود يسوي تيم و اذا دخل شخص مثلا قبل نكه ~mR// ينقله لتيم على طول
×
×
  • Create New...