-
Posts
1,388 -
Joined
-
Last visited
-
Days Won
14
Everything posted by +Source|>
-
اللي في عقلك اسمع اخوي function refresh () guiGridListClear( GridList ) for i,v in ipairs ( getElementsByType ( "player" )) do local Row = guiGridListAddRow ( GridList ) guiGridListSetItemText ( GridList, Row, 1, tostring( getPlayerName ( v )), false, false ) end end حط كلمة refresh () في كود فتح اللوحه
-
جرب addEventHandler ( "onClientResourceStart" , root , function () guiGridListClear( GridList ) for i,v in ipairs ( getElementsByType ( "player" )) do local Row = guiGridListAddRow ( GridList ) guiGridListSetItemText ( GridList, Row, 1, tostring( getPlayerName ( v )), false, false ) end end )
-
والله كانت شغاله بماركر واحد
-
local Markers = { {-1663.51257, 1208.61926, 6.25465}, {-1649.62720, 1205.29102, 7.25000}, {-1632.57458, 1206.96558, 7.03906}, } local Markers = { -- الماركرات {-1663.51257, 1208.61926, 6.25465}, {-1649.62720, 1205.29102, 7.25000}, {-1632.57458, 1206.96558, 7.03906}, } for i, v in ipairs( Markers ) do local marker = createMarker( v[1], v[2], v[3], "cylinder", 1.2, 200, 150, 50 ) end addEventHandler( 'onClientMarkerHit', root, function ( hitElement ) if ( source == marker ) then if ( hitElement == Cplayer and getElementDimension( hitElement ) == 0 ) then local x, y, z = getElementPosition( Cplayer ) if ( z <= 7.25465 ) then guiGridListSetSelectedItem( list_buyplace, 0, 1 ) local Sel = guiGridListGetSelectedItem( list_buyplace ) if ( Sel == -1 ) then return end local Data = guiGridListGetItemData( list_buyplace, Sel, 1 ) local x1, y1, z1, x2, y2, z2 = unpack( Data ) fadeCamera( false ) setTimer( fadeCamera, 1500, 1, true ) setTimer( setCameraMatrix, 1500, 1, x1, y1, z1, x2, y2, z2 ) if ( isElement( viewvehicle ) ) then if ( getElementModel( viewvehicle ) ) == guiGridListGetItemData( list_buyplace, Sel, 2 ) then return end destroyElement( viewvehicle ) end triggerServerEvent( 'VehiclesSystem;createViewVehicle', hitElement, guiGridListGetItemData( list_buyplace, Sel, 2 ), x2, y2, z2, 'view' ) setTimer( guiSetVisible, 1500, 1, buyplace, not guiGetVisible( buyplace ) ) setTimer( showCursor, 1500, 1, not isCursorShowing( ) ) end end end end, false )
-
لا ما ظبطت اول كانت شغاله تمام لما اضفت جدول ولوب ما اشتغلت
-
حاولة فيها وما عرفتلها for i, v in ipairs( Markers ) do local marker = createMarker( v[1], v[2], v[3], "cylinder", 1.2, 200, 150, 50 ) end addEventHandler( 'onClientMarkerHit', resourceRoot, function( hitElement ) if hitElement == localPlayer then if ( hitElement == Cplayer and getElementDimension( hitElement ) == 0 ) then local x, y, z = getElementPosition( Cplayer ) if ( z <= 7.25465 ) then guiGridListSetSelectedItem( list_buyplace, 0, 1 ) local Sel = guiGridListGetSelectedItem( list_buyplace ) if ( Sel == -1 ) then return end local Data = guiGridListGetItemData( list_buyplace, Sel, 1 ) local x1, y1, z1, x2, y2, z2 = unpack( Data ) fadeCamera( false ) setTimer( fadeCamera, 1500, 1, true ) setTimer( setCameraMatrix, 1500, 1, x1, y1, z1, x2, y2, z2 ) if ( isElement( viewvehicle ) ) then if ( getElementModel( viewvehicle ) ) == guiGridListGetItemData( list_buyplace, Sel, 2 ) then return end destroyElement( viewvehicle ) end triggerServerEvent( 'VehiclesSystem;createViewVehicle', Cplayer, guiGridListGetItemData( list_buyplace, Sel, 2 ), x2, y2, z2, 'view' ) setTimer( guiSetVisible, 1500, 1, buyplace, not guiGetVisible( buyplace ) ) setTimer( showCursor, 1500, 1, not isCursorShowing( ) ) end end end end, false ) اول كان ماركر واحد وشغال سويت جدول ماركرات ولوب ولما ادخل ماركر م يشتغل
-
function ref () guiComboBoxClear ( PlayerComboBox ) for i, p in ipairs ( getElementsByType ( "player" ) ) do local Add = guiComboBoxAddItem ( PlayerComboBox ) guiComboBoxSetItemText ( PlayerComboBox, Add, getPlayerName ( p ) ) -- اعتقد لازم هاذي end end ref () addEventHandler("onClientPlayerJoin", getRootElement(), ref) addEventHandler("onClientResourceStart", getRootElement(), ref) addEventHandler( "onClientPlayerQuit", getRootElement(), ref) addEventHandler("onClientPlayerChangeNick", getRootElement(), ref) اعتقد صح | غير مجرب
-
الكود خطأ لازم تحط عدد البيتزا setFood ("pizza Hot", 1) عدد البيتزا 1
-
متأكد انك قرأت كلامي فوق اقول ابي اعرف كيف جت هاذي 60000*100080 ليش كتبت 60000 وهل هي تتغير؟؟
-
انا طالب شي واحد بس ابي اتعلمه شلون اجيب وقت مثلا مدة ساعاتتت او اسبوع او شهر setTimer ابي لما واحد يشتري الرتب يمر عليه اسبوع تنسحب منه
-
المشكلة مب عارف استعملها اول مره استعملها عطني مثال لاهنت
-
??????? function destroyGroup () aclGroupRemoveObject( aclGetGroup ( 'Rank' ) , 'user.'..getAccountName ( getPlayerAccount ( source ) ) ) end setTimer( 60000*10080, 0, destroyGroup )
-
والله ما عرفت function destroyGroup () local tt = getRealTime() local mins = tt.minute if mins == ( 60000*10080 ) then aclGroupRemoveObject( aclGetGroup ( 'Rank' ) , 'user.'..getAccountName ( getPlayerAccount ( source ) ) ) end end
-
اي وش كتبت | وش الموقع؟ وكيف استعملها؟
-
ابي اسوي تايمر أسبوع لما يمر الأسبوع يسحب الرتب المحدده منه ابي اعرف كيف احدد بعد اسبوع تنسحب
-
ما شاء الله الكلمة اكبر من خشم البقره حقت بروس
-
الحساب اللي احطه بالايديت بوكس ما ينضاف اللي ينضاف حسابي انا بس بس شكرا ما قصرت خلاص
-
سويت الايديت بوكس وكل شي بس خربت في هذا الكود addEvent ( 'send' , true ) addEventHandler ( 'send' , root , function ( txt ) if ( isGuestAccount ( getPlayerAccount ( source ) ) then return end if ( not isObjectInACLGroup ( 'user.'..getAccountName ( getPlayerAccount ( source ) ) , aclGetGroup ( 'Earrb' ) ) ) then if ( getPlayerMoney ( source ) >= 3000000 ) then takePlayerMoney ( source , 3000000 ) aclGroupAddObject ( aclGetGroup ( 'Earrb' ) , 'user.'..getAccountName ( getPlayerAccount ( txt ) ) ) playSoundFrontEnd ( source , 43 ) else outputChatBox ( ' 3000000 $ أنت لا تملك ' , source , 255 , 0 , 0 , true ) end end end ) صح؟
-
انا مسوي ايديت بوكس مثلا اسم حسابي r3d ابي لما اكتب بالايديت بوكس r3d ينضاف اسم الحساب للجروب
-
الله يعطيك العافيه بس سؤال ما اقدر مثلا انا كتبت اسم حسابي بايديت بوكس وابي اللي كتبته بالايديت بوكس هو يضف للجروب فهمتني؟