AdnanMadi Posted May 25, 2020 Share Posted May 25, 2020 كيف بقدر اسوي ماركرين و كل ماركر اي حد يدخله يجيه راسلة مثلا لانو اذا دخلت اي ماركر منهم بيجوني الرسالتين و انا بدي احدد هاي الرسالة ل هاالماركر : marker 1 : هنا يمكنك أخذ رخصة ,سيارة,دراجة نارية, الخ. ادخل المبنى الان marker 2 : أهلا بك في السيرفر الخاص بنا اتمنى لك وقت جيد local marker = createMarker ( 1099.37109375, -1788.7822265625,14.781809806824,"arrow", 1.5, 0,255,0) local marker = createMarker ( 1915.6630859375, -1765.4482421875, 14.694861412048,"arrow", 1.5, 0,255,0) function mark () outputChatBox ("هنا يمكنك أخذ رخصة ,سيارة,دراجة نارية, الخ. ادخل المبنى الان!") end addEventHandler("onPlayerMarkerHit",getRootElement(),mark) function test () outputChatBox ("أهلا بك في السيرفر الخاص بنا اتمنى لك وقت جيد") end addEventHandler("onPlayerMarkerHit",getRootElement(),test) و شكرا Link to comment
#\_oskar_/# Posted May 25, 2020 Share Posted May 25, 2020 5 minutes ago, AdnanMadi said: local marker = createMarker ( 1099.37109375, -1788.7822265625,14.781809806824,"arrow", 1.5, 0,255,0) local marker = createMarker ( 1915.6630859375, -1765.4482421875, 14.694861412048,"arrow", 1.5, 0,255,0) انت هنا مسوي الماركرين نفس الاسم 7 minutes ago, AdnanMadi said: addEventHandler("onPlayerMarkerHit",getRootElement(),mark) getRootElement() < وهنا مسوي لكل الماركرات المفروض تحط اسم الماركر مكان وسوي ان اللي دخل الماركر هو اللاعب ب استخدام GetElementType حاول تسوي اي شئ 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