-
Posts
245 -
Joined
-
Last visited
Everything posted by Kara
-
-------- الوظيفه function guiAntiFlood(element, timer) if getElementType ( element ) == "gui-button" then local atimer = tonumber(timer) if atimer == nil or atimer == '' or not tonumber(atimer) then error("Bad Argument the Argument 2 must number") else end guiSetEnabled(element,false) setTimer(function() guiSetEnabled(element,true) end,tonumber(atimer),1) else error("Bad Argument 1 the element must button") end end addEventHandler ( 'onClientMouseEnter',GUIEditor.button[1], function ( ) guiSetAlpha(source, 0.8); playSoundFrontEnd(3); end,false ); addEventHandler ( 'onClientGUIClick',root,function () if ( source == GUIEditor.button[1] ) then triggerServerEvent ( 'chat', localPlayer ) guiAntiFlood(GUIEditor.button[1],9000) end end ) bindKey ( 'F7','down', function ( ) guiSetVisible ( GUIEditor.window[1],not guiGetVisible ( GUIEditor.window[1] ) ); showCursor ( guiGetVisible ( GUIEditor.window[1] ) ); end ); استعمل ذي الوظيفه اريحلك اظن هي وظيفة الاخ ميزو
-
kill الصراحه ماني شايف له اي فايده ويلي يبي ينتحر يكتب المهم بدايه موفقه وبالتوفيق لك
-
سلمت ايديك علي هذا المود الجميل
-
Hello I've installed the panel Bright Game Panel It was installed to install Excellent But I want the settings of MTA correct me prepare server When do I choose a specific server Port and Engage Actuation Port 22003
-
كفوو.. انشاله نشوفك من مصممين الالعاب الكبار
-
ههههههههههههههه والله انك بطل
-
getElementsByType ( 'player' ) -- تسوي لوب لي الاعبين givePlayerMoney + math.random -- وتعطي الفلوس لي الاعبين setTimer -- وتسوي تايمر
-
وضح طلبك شن المشكله عندك ؟
-
exports -- تستخدم اكسبورت للفنكشن ------ مثال exports['TopBarChat']:sendClientMessage ( "#33FFFF$[فاز بالسباق وحصل على 100000#33FFFF] #FFFFFF[" ..getPlayerName(hitElement).."#FFFFFF]#33FFFFاللاعب#Ff00ff:[Run]", root, 255, 140, 25 )
-
مدري وش تبي بالزبط بس امسك جرب ---انشاء تيم createTeam("Staff", 255, 0, 0) function joinadminTeam (p) local adminteam = getTeamFromName("Staff") if adminteam then setPlayerTeam(p, adminteam) outputConsole ( "لقد دخلت " ) else outputChatBox("Sory The Team OF The Console",p,255,255,255) end end --------------------------------------------------------------- addCommandHandler("jointeam", joinadminTeam) --------------------------------------------------------------- function setAdminTeam() if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)),aclGetGroup("Admin")) then --- if he is admin setPlayerTeam(source, AdminTeam) -- set him to admin team end end addEventHandler("onPlayerLogin",getRootElement(),setAdminTeam) -- addEventHandler
-
function sendNewMessage () local text = guiGetText (chatwindows[player].msgBox) if tostring(text) ~= "" then local row,col = guiGridListGetSelectedItem(players) if (row and col and row ~= -1 and col ~= -1) then local player = guiGridListGetItemText(players, row, 1) if player then guiSetText ( chatwindows[player].msgBox, "" ) guiSetText ( chatwindows[player].msgLog, ""..(guiGetText (chatwindows[player].msgLog)).."@ "..(playerName)..": "..(tostring(text)).."\n" ) triggerServerEvent ("onMessageSend", getLocalPlayer(), localPlayer, tostring(text), player ) end end end end جرب استبدل هذا الفنكشن بي يلي عندك
-
@F_F اضن تمت افادته وبعدين كودك غير صحيح
-
http://teamspeak.com/downloads اختار النظام حقك وحمله
-
attachElements ( create, player ,0,0,- 1)
-
onPlayerChat isGuestAccount cancelEvent outputChatBox
-
بالتوفيق لك كل يوم منتدي ض1
