momar5600 Posted June 6, 2016 Share Posted June 6, 2016 سلام عليكم ورحمة الله وبركاتة طلب فتكشنات لمود الانتقالات عن طريق كتابة بالشات انا شاء الله تفيدوني Link to comment
momar5600 Posted June 6, 2016 Author Share Posted June 6, 2016 يعني مثلا تكتب البداية بالشات. ينقلك الي بداية. تكتب النخيل ينقلك للنخيل فهمت Link to comment
iMr.WiFi..! Posted June 6, 2016 Share Posted June 6, 2016 -- Server addEventHandler -- " onPlayerChat" function ( Text , Type ) if Text:find == "انتقال " then setElementPosition Link to comment
momar5600 Posted June 6, 2016 Author Share Posted June 6, 2016 ابي فتكشنات كاملة ولو تقدر سوي لي شرح لاني ابي اتعلَّم برمجة Link to comment
iMr.WiFi..! Posted June 6, 2016 Share Posted June 6, 2016 addEventHandler("onPlayerChat",root, -- حدث عند كتابة اللاعب شيء ما function ( Text ,Type ) -- بارتمنز الفنكشن وهي : Text , Type if Type == 1 and Text:find == "بداية" then -- نبحث عن كلمة [ بداية ] اذا كانت موجوده , نتحقق اذا كتب في شات العام و setElementPosition(source,x,y,z) -- نحطه في الاحداثيات end -- end لتحقق end -- end للفنكشن ) Link to comment
' A F . Posted June 6, 2016 Share Posted June 6, 2016 تفضل اختصر لك كل شيء -- # Created By #xiProGamer -- # Server Side local Teleporting = { -- ["Place Name"] = {x,y,z,text} -- ["الدائري"] = {1797.08972,842.63434,10.63281,"تـم الانتقال الى الدائري"}, ["النخيل"] = {2033.66589,872.24658,7.07724,"تم الانتقال الى النخيل"}, } addEventHandler("onPlayerChat",root, function ( Message ) if ( Teleporting [ Message ] ) then setElementPosition ( source , Teleporting[Message][1] , Teleporting[Message][2] , Teleporting[Message][3] ) outputChatBox(Teleporting[Message][4],source,255,255,0,true) end end ) Link to comment
momar5600 Posted June 7, 2016 Author Share Posted June 7, 2016 كنت ابي اتعلم كيف اسوي بس يلا شكرا Link to comment
' A F . Posted June 8, 2016 Share Posted June 8, 2016 كنت ابي اتعلم كيف اسوي بس يلا شكرا العفو حياك الله .. 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