-
Posts
10,056 -
Joined
-
Days Won
27
Everything posted by iPrestege
-
Banned and a pro nick !
-
حياكــ الله .. i = ابي اجيب اول قيمة الى اخير قيمة من الجدول باختصار كل قيم الجدول =] aGroupsColors [1] = ابي اجيب القيمة [1] الاولى من كل القيم بالجدول بس واللي هي القروب ..
-
تفضل جرب الكود : Server Side : aGroupsColors = { -- { 'Group Name',r,g,b }, { 'Console', 255,0,0 }, { 'Admin',0,255,0 }, } addEventHandler ( 'onPlayerLogin',root, function ( _,account ) local accName = getAccountName ( account ) for k,v in ipairs ( aGroupsColors ) do for i =1,#aGroupsColors do if isObjectInACLGroup ("user."..accName, aclGetGroup ( aGroupsColors [i][1] ) ) then setElementData ( source,'aRListColor',aGroupsColors [i][2] ) setElementData ( source,'aGListColor',aGroupsColors [i][3] ) setElementData ( source,'aBListColor',aGroupsColors [i][4] ) end end end end ) Client Side : Wnd = {} button = {} GridList = {} Wnd[1] = guiCreateWindow(461,188,162,280,"",false) GridList[1] = guiCreateGridList(0.0556,0.075,0.8889,0.7429,true,Wnd[1]) guiGridListSetSelectionMode(GridList[1],2) guiGridListAddColumn(GridList[1],"player name",0.8 ) button[1] = guiCreateButton(0.0617,0.8393,0.8827,0.1286,"get",true,Wnd[1]) local row = guiGridListAddRow ( GridList[1] ) for i, v in ipairs(getElementsByType("player")) do guiGridListSetItemText ( GridList[1], row, 1, getPlayerName ( v ), false, false ) local aR = getElementData ( localPlayer,'aRListColor' ) local aG = getElementData ( localPlayer,'aGListColor' ) local aB = getElementData ( localPlayer,'aBListColor' ) if aR and aG and aB then guiGridListSetItemColor ( GridList[1], row , 1,aR,aG,aB ) end end
-
How does the race gamemode save it or the script you're using it to save the top time?
-
You mean you want to create an image above the player head?
-
^ يقصد سيرفرة السابق -_-" !
-
تم التبليغ حسبي الله ونعم الوكيل .
-
اخوي اعذرني حالياً مشغول جداً راح اسافر ان شاء الله اوصل ما اوصل هناك اساعدك .
-
https://forum.multitheftauto.com/viewtopic.php?f=164&t=51228 شرحٍ كآفي و وآفي =]
-
خلاص ترا اللي بدوهـ يسآعدكـ بيـرد عليــه !
-
addEventHandler ("onClientGUIClick", getRootElement(), function( ) if ( source == start ) then local x, y, z = getElementPosition ( localPlayer ) local url = guiGetText ( edit ) if url ~= "" and url ~= " " then if isElement(uSound) then destroyElement (uSound) uSound = nil end uSound = playSound3D( url , x, y, z ) setSoundMaxDistance( uSound, 100 ) attachElementToElement ( uSound, localPlayer, 0, 0, 0 ) end end end ) Edit : للمعلومية الفنكشن ماراح يكون متوفر في المستقبل حسب صفحة الويكي .
-
وش مشكله اللوكل هنا؟ سطر 7 ماراح يتعرف عليها لانة لوكال تحصل يوم توصل لها الوظيفة و الثانية الاغلاق ماراح يوصل لانك سويت اند و هو لوكال .
-
Save my right's? https://forum.multitheftauto.com/viewtopic.php?f=160&t=54726&p=529686&hilit=isOn#p529683 : يمديكم تختصرون بشكل أكبر، بحيث يصير الكود كذا addEventHandler ( "onClientGUIClick", GUIEditor_Button[1], function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then setVehicleEngineState ( vehicle, not getVehicleEngineState ( vehicle ) ) end end, false ) عارف هالكلام و الاختصار بس الكود قديم ولكن حبيت اعرف لية مآحط رابط البوست وخلصنا؟
-
شيل لوكال من سطر 8 حق الصوت .
-
Save my right's? https://forum.multitheftauto.com/viewtopic.php?f=160&t=54726&p=529686&hilit=isOn#p529683
-
ماتوقع تقدر تسحب سيارة منفجرة نهائياً يعني خلاص انفجرت .
-
حيآكـ الله بـ أي وقت المنتدى مـا وضع الا لـ المساعدهـ ..
-
خلي الانفو فوق بالاول وتحتة الملفات .. بالتوفيق !
-
> gamemodes="race" type="map" name="[DM].Kacsa v3 - Battle Scar" author=".Kacsa" version="1.3.0">> src="[DM]Kacsav3-Battle_Scar.map" dimension="0">> src="621.txd">> src="621.dff">> src="gta_tree_palm.txd">> src="veg_palm03.dff">> src="song.mp3">> ="mtasource.lua" type="client" /> ="client2.lua" type="client">> ="client1.lua" type="client">> ="music.lua" type="client">> ="client.lua" type="client">> ="CSM.lua" type="client">> > name="#skins" value='[ "cj" ]'>> name="#maxplayers" value="[ 128 ]">> name="#gamespeed" value="[ 1 ]">> name="#ghostmode" value='[ "true" ]'>> name="#time" value="5:39">> name="#vehicleweapons" value='[ "true" ]'>> name="#minplayers" value="[ 0 ]">> name="#weather" value="[ 1 ]">> name="#gravity" value="[ 0.008000 ]">> name="#waveheight" value="[ 0 ]">> name="#respawntime" value="[ 0 ]">> name="#locked_time" value="[ true ]">> name="#duration" value="[ 1800 ]">> name="#respawn" value='[ "none" ]'>> >>
-
خلاص المفترض يطلع اسم الماب ممكن تحط لي الميتا حق الماب اللي كنت تحاول تشغله؟
-
لانة اللبل غير معرف ! GUIEditor = { label = {}, window = {} } GUIEditor.window[1] = guiCreateWindow(509, 214, 326, 279, "", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(45, 63, 202, 91, "map", false, GUIEditor.window[1]) bindKey ( "F2" , "down" , function () if guiGetVisible ( GUIEditor.window[1] , true ) then guiSetVisible ( GUIEditor.window[1] , false ) showCursor ( false ) else guiSetVisible ( GUIEditor.window[1] , true ) showCursor ( true ) end end ) addEventHandler ( 'onClientRender',root, function ( ) local MapName = getElementData ( resourceRoot,'GetMapName' ) if MapName and MapName ~= false then guiSetText ( GUIEditor.label[1],MapName ) end end )