mouamle Posted March 10, 2014 Share Posted March 10, 2014 السلام عليكم أبي واحد يسويلي مود كتابه فوق المركرات وشكرا Link to comment
iPrestege Posted March 10, 2014 Share Posted March 10, 2014 community.multitheftauto.com Link to comment
ΞĪŚŚÀ Posted March 10, 2014 Share Posted March 10, 2014 community.multitheftauto.com ? يسويلي مود كتابه فوق المركرات ماقال يبي مود . + على الاقل عطه رابط المود Link to comment
K1NG Posted March 11, 2014 Share Posted March 11, 2014 السلام عليكم أبي واحد يسويلي مود كتابه فوق المركرات وشكرا 3D_DX_Texts Link to comment
mouamle Posted March 11, 2014 Author Share Posted March 11, 2014 السلام عليكم أبي واحد يسويلي مود كتابه فوق المركرات وشكرا 3D_DX_Texts ما بيشتغل كيف أشغله Link to comment
K1NG Posted March 11, 2014 Share Posted March 11, 2014 السلام عليكم أبي واحد يسويلي مود كتابه فوق المركرات وشكرا 3D_DX_Texts ما بيشتغل كيف أشغله https://wiki.multitheftauto.com/wiki/Resource:DxDraw3DText Link to comment
mouamle Posted March 11, 2014 Author Share Posted March 11, 2014 فتحت صفحة الويكي وما فهمت شي المهم شكرا Link to comment
K1NG Posted March 12, 2014 Share Posted March 12, 2014 فتحت صفحة الويكي وما فهمت شي المهم شكرا .. عطني كود إنشاء الماركر حقكـ بالإضافة الى الكلام الي تبيه يجي فوقه Link to comment
mouamle Posted March 12, 2014 Author Share Posted March 12, 2014 فتحت صفحة الويكي وما فهمت شي المهم شكرا .. عطني كود إنشاء الماركر حقكـ بالإضافة الى الكلام الي تبيه يجي فوقه --Police LS local marker = createMarker ( 2081.7998046875, 1312.7998046875, 10.3, "cylinder", 1, 0, 255, 255, 255 )-- هذي الماركر function entrarGuard (hitPlayer, matchingDimension) local playerTeam = getPlayerTeam (hitPlayer) local Clann = getTeamFromName ( "s" ) if ( playerTeam ) == Clann then outputChatBox ( "دخلت معرض السيارات أذهب ألى الدائره البضاء لرؤية أسعار السيارات") setElementPosition (hitPlayer, 2068.6999511719, 1323.3000488281, 599.70001220703) setElementInterior ( hitPlayer, 0 ) setElementRotation ( hitPlayer, 0, 0, 320.002746 ) else end end addEventHandler ( "onMarkerHit", marker, entrarGuard ) local marker = createMarker ( 2066.6015625, 1321.099609375, 598.79998779297, "cylinder", 1, 255, 0, 255, 255 ) function entrarGuard (hitPlayer, matchingDimension) local playerTeam = getPlayerTeam (hitPlayer) local Clann = getTeamFromName ( "s" ) -- أسم التيم الي يقدر يستخدم الماركر if ( playerTeam ) == Clann then setElementPosition (hitPlayer, 2079.6000976563, 1308.9000244141, 10.800000190735) -- وين تريد الماركر الثاني ينقل اللاعب setElementInterior ( hitPlayer, 0 ) setElementRotation ( hitPlayer, 0, 0, 90 ) else end end addEventHandler ( "onMarkerHit", marker, entrarGuard ) الكلام (معرض السيارات ) Link to comment
' ρяofзśŝoя 亗 Posted March 12, 2014 Share Posted March 12, 2014 --Police LS local marker = createMarker ( 2081.7998046875, 1312.7998046875, 10.3, "cylinder", 1, 0, 255, 255, 255 )-- هذي الماركر function entrarGuard (hitPlayer, matchingDimension) local playerTeam = getPlayerTeam (hitPlayer) local Clann = getTeamFromName ( "s" ) if ( playerTeam ) == Clann then outputChatBox ( "دخلت معرض السيارات أذهب ألى الدائره البضاء لرؤية أسعار السيارات") setElementPosition (hitPlayer, 2068.6999511719, 1323.3000488281, 599.70001220703) setElementInterior ( hitPlayer, 0 ) setElementRotation ( hitPlayer, 0, 0, 320.002746 ) else end end addEventHandler ( "onMarkerHit", marker, entrarGuard ) local marker = createMarker ( 2066.6015625, 1321.099609375, 598.79998779297, "cylinder", 1, 255, 0, 255, 255 ) function entrarGuard (hitPlayer, matchingDimension) local playerTeam = getPlayerTeam (hitPlayer) local Clann = getTeamFromName ( "s" ) -- أسم التيم الي يقدر يستخدم الماركر if ( playerTeam ) == Clann then setElementPosition (hitPlayer, 2079.6000976563, 1308.9000244141, 10.800000190735) -- وين تريد الماركر الثاني ينقل اللاعب setElementInterior ( hitPlayer, 0 ) setElementRotation ( hitPlayer, 0, 0, 90 ) else end end addEventHandler ( "onMarkerHit", marker, entrarGuard ) X مكرر الككود مرتين else وفيهه غلطط local marker = createMarker ( 2081.7998046875, 1312.7998046875, 10.3, "cylinder", 1, 0, 255, 255, 255 ) function entrarGuard (hitPlayer, matchingDimension) local playerTeam = getPlayerTeam (hitPlayer) local Clann = getTeamFromName ( "s" ) if ( playerTeam ) == Clann then outputChatBox ( "دخلت معرض السيارات أذهب ألى الدائره البضاء لرؤية أسعار السيارات") setElementPosition (hitPlayer, 2068.6999511719, 1323.3000488281, 599.70001220703) setElementInterior ( hitPlayer, 0 ) setElementRotation ( hitPlayer, 0, 0, 320.002746 ) end end addEventHandler ( "onMarkerHit", marker, entrarGuard ) Link to comment
mouamle Posted March 12, 2014 Author Share Posted March 12, 2014 --Police LS local marker = createMarker ( 2081.7998046875, 1312.7998046875, 10.3, "cylinder", 1, 0, 255, 255, 255 )-- هذي الماركر function entrarGuard (hitPlayer, matchingDimension) local playerTeam = getPlayerTeam (hitPlayer) local Clann = getTeamFromName ( "s" ) if ( playerTeam ) == Clann then outputChatBox ( "دخلت معرض السيارات أذهب ألى الدائره البضاء لرؤية أسعار السيارات") setElementPosition (hitPlayer, 2068.6999511719, 1323.3000488281, 599.70001220703) setElementInterior ( hitPlayer, 0 ) setElementRotation ( hitPlayer, 0, 0, 320.002746 ) else end end addEventHandler ( "onMarkerHit", marker, entrarGuard ) local marker = createMarker ( 2066.6015625, 1321.099609375, 598.79998779297, "cylinder", 1, 255, 0, 255, 255 ) function entrarGuard (hitPlayer, matchingDimension) local playerTeam = getPlayerTeam (hitPlayer) local Clann = getTeamFromName ( "s" ) -- أسم التيم الي يقدر يستخدم الماركر if ( playerTeam ) == Clann then setElementPosition (hitPlayer, 2079.6000976563, 1308.9000244141, 10.800000190735) -- وين تريد الماركر الثاني ينقل اللاعب setElementInterior ( hitPlayer, 0 ) setElementRotation ( hitPlayer, 0, 0, 90 ) else end end addEventHandler ( "onMarkerHit", marker, entrarGuard ) X مكرر الككود مرتين else وفيهه غلطط local marker = createMarker ( 2081.7998046875, 1312.7998046875, 10.3, "cylinder", 1, 0, 255, 255, 255 ) function entrarGuard (hitPlayer, matchingDimension) local playerTeam = getPlayerTeam (hitPlayer) local Clann = getTeamFromName ( "s" ) if ( playerTeam ) == Clann then outputChatBox ( "دخلت معرض السيارات أذهب ألى الدائره البضاء لرؤية أسعار السيارات") setElementPosition (hitPlayer, 2068.6999511719, 1323.3000488281, 599.70001220703) setElementInterior ( hitPlayer, 0 ) setElementRotation ( hitPlayer, 0, 0, 320.002746 ) end end addEventHandler ( "onMarkerHit", marker, entrarGuard ) لا يا حبيبي هذا علامة تدخلك للمعرض وعلامة تطلعك من المعرض Link to comment
' ρяofзśŝoя 亗 Posted March 12, 2014 Share Posted March 12, 2014 --Police LS local marker = createMarker ( 2081.7998046875, 1312.7998046875, 10.3, "cylinder", 1, 0, 255, 255, 255 )-- هذي الماركر function entrarGuard (hitPlayer, matchingDimension) local playerTeam = getPlayerTeam (hitPlayer) local Clann = getTeamFromName ( "s" ) if ( playerTeam ) == Clann then outputChatBox ( "دخلت معرض السيارات أذهب ألى الدائره البضاء لرؤية أسعار السيارات") setElementPosition (hitPlayer, 2068.6999511719, 1323.3000488281, 599.70001220703) setElementInterior ( hitPlayer, 0 ) setElementRotation ( hitPlayer, 0, 0, 320.002746 ) else end end addEventHandler ( "onMarkerHit", marker, entrarGuard ) local marker = createMarker ( 2066.6015625, 1321.099609375, 598.79998779297, "cylinder", 1, 255, 0, 255, 255 ) function entrarGuard (hitPlayer, matchingDimension) local playerTeam = getPlayerTeam (hitPlayer) local Clann = getTeamFromName ( "s" ) -- أسم التيم الي يقدر يستخدم الماركر if ( playerTeam ) == Clann then setElementPosition (hitPlayer, 2079.6000976563, 1308.9000244141, 10.800000190735) -- وين تريد الماركر الثاني ينقل اللاعب setElementInterior ( hitPlayer, 0 ) setElementRotation ( hitPlayer, 0, 0, 90 ) else end end addEventHandler ( "onMarkerHit", marker, entrarGuard ) X مكرر الككود مرتين else وفيهه غلطط local marker = createMarker ( 2081.7998046875, 1312.7998046875, 10.3, "cylinder", 1, 0, 255, 255, 255 ) function entrarGuard (hitPlayer, matchingDimension) local playerTeam = getPlayerTeam (hitPlayer) local Clann = getTeamFromName ( "s" ) if ( playerTeam ) == Clann then outputChatBox ( "دخلت معرض السيارات أذهب ألى الدائره البضاء لرؤية أسعار السيارات") setElementPosition (hitPlayer, 2068.6999511719, 1323.3000488281, 599.70001220703) setElementInterior ( hitPlayer, 0 ) setElementRotation ( hitPlayer, 0, 0, 320.002746 ) end end addEventHandler ( "onMarkerHit", marker, entrarGuard ) لا يا حبيبي هذا علامة تدخلك للمعرض وعلامة تطلعك من المعرض اججل كيف حاط الماركرين نفس الاسمم -___- marker Link to comment
mouamle Posted March 13, 2014 Author Share Posted March 13, 2014 ولله ما أعرف بس هوه يشتغل طبيعي هسه أنا أريد تسوي كود على الماركر الأولى بس رجائا Link to comment
EH10 Posted March 13, 2014 Share Posted March 13, 2014 ولله ما أعرف بس هوه يشتغل طبيعي هسه أنا أريد تسوي كود على الماركر الأولى بس رجائا وضح وش تبي اسوي ؟ لك Link to comment
mouamle Posted March 13, 2014 Author Share Posted March 13, 2014 ولله ما أعرف بس هوه يشتغل طبيعي هسه أنا أريد تسوي كود على الماركر الأولى بس رجائا وضح وش تبي اسوي ؟ لك أحداثيات أول ماركر تكتبلي عليها معرض السيارات وشكرا لأهتمامك Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now