MR.S3D Posted February 10, 2013 Share Posted February 10, 2013 timers = {} local id = 0 marker = createMarker ( 849.59246826172, -2042.9193115234, 12.8671785, "checkpoint", 1.5, 0, 0, 210, 255 ) addEventHandler ( "onMarkerHit", marker, function(player) if player and getElementType ( player ) == "player" then if isElementWithinMarker ( player, marker ) then setElementModel(player, id) timers[player] =setTimer (function (player) if isElement(player) then if getElementModel(player) ~= id then killPed(player) outputChatBox ( "ممنوع تغيير الشخصيه", player, 255, 0, 0, true ) end end end, 1000, 0, player) outputChatBox ( "تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true ) end end end ) addEventHandler ("onMarkerLeave",marker, function(player) if (player and getElementType(player) == "player" )then if isTimer(timers[player]) then killTimer(timers[player]) timers[player] = nil end end end ) انتو تقولون صح بس عندي مايشتغل مادري ليه اقول راسلني على الخاص عطني معلومات سيرفرك واشوف وش المشكله Link to comment
PaiN^ Posted February 10, 2013 Share Posted February 10, 2013 (edited) ياخي اسمع مني وجرب ذا local id = 287 marker = createMarker(836.71636962891, -2045.2312011719, 12.8671875, "checkpoint", 40, 0, 0, 210, 255) addEventHandler("onMarkerHit", marker, function(player) if getElementType(player) == "player" then if getElementModel(player) ~= id then setElementModel(player, id) outputChatBox("تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true) else outputChatBox("", player, 0, 0, 0, true) end end end) addEventHandler("onElementModelChange", root, function(old, new) if getElementType(source) == "player" then if isElementWithinMarker(source, marker) then if new ~= id then killPed(source) outputChatBox("لا تستطيع تغيير شخصيتك وانت بالماركر", source, 255, 0, 0) end end end end) + راجع إحداثياتك Edited February 10, 2013 by Guest Link to comment
MR.S3D Posted February 10, 2013 Share Posted February 10, 2013 ياخي اسمع مني وجرب ذا local id = 287 marker = createMarker(836.71636962891, -2045.2312011719, 12.8671875, "checkpoint", 40, 0, 0, 210, 255) addEventHandler("onMarkerHit", marker, function(player) if getElementType(player) == "player" then if getElementModel(player) ~= id then setElementModel(player, id) outputChatBox("تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true) else outputChatBox("", player, 0, 0, 0, true) end end end) addEventHandler("onElementModelChange", root, function(old, new) if getElementType(source) == "player" then if isElementWithinMarker(source, marker) then if new ~= id then killPed(source) outputChatBox("لا تستطيع تغيير شخصيتك وانت بالماركر", source, 255, 0, 0) end end end end) + راجع إحداثياتك مايحتاج تعيد وتكرر في كود تابل Link to comment
Sfa7 Posted February 10, 2013 Author Share Posted February 10, 2013 جربتة شغال ؟ : ادري انه شغال هو يشتغل بس اا ابي لما المسه يعطيني شخصيه + اذا غيرتها اموت اهو مايسوي كذا بس يطلع ماركر مامنه فايده Link to comment
iPrestege Posted February 10, 2013 Share Posted February 10, 2013 غير شخصيتي لـ 0 وغيرت شخصيتي وذبحني !! / = ؟؟ Link to comment
Sfa7 Posted February 10, 2013 Author Share Posted February 10, 2013 غير شخصيتي لـ 0 وغيرت شخصيتي وذبحني !! / = ؟؟ ?? طيب ورني الميتا حق الماركر + هات الكود بجرب Link to comment
iPrestege Posted February 10, 2013 Share Posted February 10, 2013 غير شخصيتي لـ 0 وغيرت شخصيتي وذبحني !! / = ؟؟ ?? طيب ورني الميتا حق الماركر + هات الكود بجرب timers = {} local id = 0 marker = createMarker ( 842.38538 ,2009.24438 ,10.82031, "checkpoint", 1.5, 0, 0, 210, 255 ) addEventHandler ( "onMarkerHit", marker, function(player) if player and getElementType ( player ) == "player" then if isElementWithinMarker ( player, marker ) then setElementModel(player, id) timers[player] =setTimer (function (player) if isElement(player) then if getElementModel(player) ~= id then killPed(player) outputChatBox ( "ممنوع تغيير الشخصيه", player, 255, 0, 0, true ) end end end, 1000, 0, player) outputChatBox ( "تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true ) end end end ) addEventHandler ("onMarkerLeave",marker, function(player) if (player and getElementType(player) == "player" )then if isTimer(timers[player]) then killTimer(timers[player]) timers[player] = nil end end end ) "MR.S3D" version="1" type="script" /> Link to comment
Sfa7 Posted February 10, 2013 Author Share Posted February 10, 2013 لوووول يب ضبط! بس كيف ضبط نفس الي انا مسويه يالله كفووو ي سعد + برستيج + تابل + ضاوي + علم + كلل من سااعدني Link to comment
iPrestege Posted February 10, 2013 Share Posted February 10, 2013 (edited) لوووول يب ضبط! بس كيف ضبط نفس الي انا مسويه يالله كفووو ي سعد + برستيج + تابل + ضاوي + علم + كلل من سااعدني الحمد عالسلامة وشكرا للجميع وكل من شارك انتهت السالفة خلاص يلا خروج موضوع 6 صفحات بدون فايدهـ Edited February 10, 2013 by Guest Link to comment
MR.S3D Posted February 10, 2013 Share Posted February 10, 2013 كفوك واخير اشتغل لو كنت مشرف كان قفلت الموضوع من كثر ماتقول مايشتغل لحست مخي Link to comment
Sfa7 Posted February 10, 2013 Author Share Posted February 10, 2013 ههههههههههههههههههه معليش اعذروني تعبتكم مععي Link to comment
PaiN^ Posted February 10, 2013 Share Posted February 10, 2013 كفوووك + إسمي آلم وليس علم 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