Jump to content

استفسار


Recommended Posts


addEventHandler ( "onClientGUIClick", root,

 function (  )

    if ( source == GUIEditor.button[1] ) then
 
 local row, col = guiGridListGetSelectedItem ( GUIEditor.gridlist[1] )
 if ( row and col and row ~= -1 and col ~= -1 ) then
 local markerP = guiGridListGetItemText ( GUIEditor.gridlist[1], row, col )
     fadeCamera(localPlayer, true, 5)
     setCameraMatrix( unpack(guiGridListGetItemData(GUIEditor.gridlist[1], row, 1,localPlayer)), unpack(guiGridListGetItemData(GUIEditor.gridlist[1], row, 1,localPlayer)))


 end
 end
 end
 )

انا عامل لوب يجيب كل الماركرات

ولما تضغط على ماركر

يحط كاميرا ماتركس عليه

بس مش ظابط يجيب اماكن بعيده

انا عاوزه يحط الكاميرا من بعييد على الماركر
لو في خطا في الاحداثيات او حاجه حد يفهمني

Link to comment
44 minutes ago, Abdul KariM said:

وريني كود يوم تحط الماركرات بالقريد

ناو انا من الموبايل

كل حاجه تمام

و عامل كود يعمل علامه عند المكان وتمام

المشكله الكاميرا م تروح  تكون بمكان بعيد 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...