-
Posts
485 -
Joined
-
Last visited
Everything posted by AHMAD1234
-
1- سؤال هل هو قال خلاص تمت الافادة..؟ 2- خطأك يالطيب playSound3D 3- in the GTA world وسلامتك ~
-
Creates a sound element in the GTA world and plays it immediately after creation for the local player. setElementPosition can be used to move the sound element around after it has been created. يا رجل انت داري وش مكتوب..؟
-
طيب الحين وش الحل win = guiCreateWindow(142,67,507,400,"Sounds",false) button = guiCreateButton(292,300,126,45,"Start",false,win) function GL() List = guiCreateGridList(9,21,217,347, false, win) local Column = guiGridListAddColumn(List,"Sound...",0.90) local Row = guiGridListAddRow (List) guiGridListSetSelectionMode(List,2) guiGridListSetItemText (List, Row, Column,"New", false, false) end addEventHandler("onClientResourceStart",resourceRoot,GL) setTimer(GL,10000,0) addEventHandler("onClientGUIClick",root, function() if source == button then local Get = guiGridListGetItemText (List, guiGridListGetSelectedItem (List), 1) local x,y,z = getElementPosition(localPlayer) local playSound3D("http://www.tvquran.com/add/Tilawat_12.htm",x,y,z) end end) انا مجربه وشغال , غير الرابط لانه خربان, يا رجل نفس الغلط....؟ local x,y,z = getElementPosition(localPlayer) local playSound3D("http://www.tvquran.com/add/Tilawat_12.htm",x,y,z)
-
طيب وذي وش تصير..؟ in the GTA world يا رجل اتقي الله في نفسك ض1
-
Creates a sound element in the GTA world and plays it immediately after creation for the local player. setElementPosition can be used to move the sound element around after it has been created. يا رجل انت داري وش مكتوب..؟
-
مافهمت كودك ياخي + كذا صح ؟ GUIEditor.window[1] = guiCreateWindow() StartSound = guiCreateButton() gridlist1 = guiCreateGridList() local Column = guiGridListAddColumn(gridlist1,"Sound...",0.90) local Row = guiGridListAddRow (gridlist1) guiGridListSetSelectionMode(gridlist1,0) guiGridListSetItemText (gridlist1, Row, Column, "New", false, false) addEventHandler("onClientGUIClick",button, function() if guiGridListGetSelectedItem (gridlist1) then local Get = guiGridListGetItemText (Grid, guiGridListGetSelectedItem (gridlist1), 1) playSound("Sound.mp3") end end) يا ابو فيصل طبيعي ما راح تفهم الكود لانه مختصر اشياء كثيره
-
عدله بس ما يحتاج
-
GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Grid = {} sounds = { {اسم الصوت}, {اسم الصوت}, {اسم الصوت}, {اسم الصوت}, {اسم الصوت}, {اسم الصوت}, } GUIEditor_Window[1] = guiCreateWindow(312,152,165,339,"vehicle",false) guiSetVisible(GUIEditor_Window[1],false) GUIEditor_Grid[1] = guiCreateGridList(9,19,147,274,false,GUIEditor_Window[1]) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) guiGridListAddColumn(GUIEditor_Grid[1],"sounds name",60) GUIEditor_Button[1] = guiCreateButton(9,296,69,34,"play",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(86,296,70,34,"stop",false,GUIEditor_Window[1]) for i,v in ipairs (sounds) do local row = guiGridListAddRow (GUIEditor_Grid[1]) guiGridListSetItemText (GUIEditor_Grid[1], row, 1, false, true) end
-
احداثيات ؟ كيف ملاحظة: كذا الانشودة راح تشتغل للاعبين اللي حولك مو لك انت بس
-
#'iS4MuEL يا وش قصدك بـ
-
ما تحس ان الاحداثيات غير دقيقه مره..؟ اي عارف , بس في مناطق احداثياتها مكونه من رقيمين !, انا الي علي صححت له وهو عليه الباقي The Best اوكي
-
ما تحس ان الاحداثيات غير دقيقه مره..؟
-
والاحداثيات فين ذي...؟؟ ,1859,552,321
-
+1 if isPedInVehicle ( player ) then return end
-
createMarker createObject getTeamName getPlayerTeam moveObject bindKey
-
function onClientClick (button, state, absoluteX, absoluteYe) if (source == GUIEditor_Button[1]) then guiSetEnabled ( GUIEditor_Button[1], false ) setTimer ( guiSetEnabled, 3000, 1, GUIEditor_Button[1], true ) end end addEventHandler ("onClientGUIClick", GUIEditor_Button[1], onClientClick)
-
function onClientClick (button, state, absoluteX, absoluteYe) if (source == GUIEditor_Button[1]) then guiSetEnabled ( GUIEditor_Button[1], false ) end end addEventHandler ("onClientGUIClick", GUIEditor_Button[1], onClientClick)
-
لا ما هي مشكلة في الكود احفظه بـ ُEncoding in UTF-8 وبس ض1
-
انا عندي نفس المشكلة اخوي مدري شكله الاصدار الجديد فيه اخطاء حمل القديم احسن تحياتي...
-
خلاص كفو تمت الافادة تسلم يا برستيج وزاحف بعد..
-
يب استخدمته ونفس المشكلة ما يقدر يدخل السيارة المحدده ولا حتى اي سيارة ثانيه من الادمنيه او الفري روم
-
الا اباه سيارة محدده
