iMr.Dawix~# Posted February 9, 2013 Share Posted February 9, 2013 صراحة بديت أحس إن هذا المود ليس له وجود الي صعب انه اذا رجع مرا ثانيه كيف اعلم المود اذا رجع اللاعب مرا ثانيه Link to comment
PaiN^ Posted February 9, 2013 Share Posted February 9, 2013 الي صعب انه اذا رجع مرا ثانيه كيف اعلم المود اذا رجع اللاعب مرا ثانيه ما فهمتك ؟؟ Link to comment
Sfa7 Posted February 9, 2013 Author Share Posted February 9, 2013 marker = createMarker ( x, y, z, "cylinder", size, 255, 0, 0, 255 ) function xda() if ( getElementType ( source ) == "player" ) then setElementModel(player,0) outputChatBox ( "تم تغيير الشخصية بنجاح", player, 255, 255, 255, true ) end if (getElementModel ( player ) ~= 0) then killPed(player) outputChatBox ( "تم قتلك", player, 255, 255, 255, true ) end end addEventHandler ( "onMarkerHit", marker,xda) يمكن كذا؟ هذا يغير شخصيتك الى 0 واذا انت شخصيتك مو 0 يقتلك اهي اهي انا عندي هل كود ي ضااوي بس انا قصدي مثلا الماركر حجمه 100 هلـ 100 كبير ام صغير ؟ طبعاا كبير جدا وانا ابي اذا واحد دخل بل ماركر او بمعنا لمس الماركر الماركر يعطيه شخصيه ويقوله تم اعطاك الشخصيه الخاصه بـ مركز الشرطه وانا اتمشي داخل الماركر الي حجمه 100 فـ خطر في بالي اني اغير رقم الشخصيه وانا داخل الماركر الي حجمه 100 اول ما اغير شخصيتي يقتلني الماركر ويقولي ممنوع تغيير الشخصيه الخاصه بـ مركز الشرطه وبس هاذا طلبي تراه سهل بس اضن انكم مافهمتو الفكره Link to comment
xX|KeMo|Xx Posted February 9, 2013 Share Posted February 9, 2013 شو رايك بدل ما يقتله يختفي الماركر Link to comment
PaiN^ Posted February 9, 2013 Share Posted February 9, 2013 صدقني فاهمك بس صعبة لأني لو حطيت killPed مع الإيفنت "onMarkerHit" راح يقتل اللاعب أول ما يلمس الماركر وزي ما شفت أول حاولت أحطها لحالها وبرضو ما زبطت معاي عالعموم إن شاء الله يزبطوها لك المحترفين زي تابل وسعد وبسول وعناد وغيرهم بالتوفيق Link to comment
xX|KeMo|Xx Posted February 9, 2013 Share Posted February 9, 2013 ما ادري صح ولا غلط marker = createMarker ( x, y, z, "cylinder", size, 255, 0, 0, 255 ) function xda() if ( getElementType ( source ) == "player" ) then if (getElementModel ( player ) ~= 0) then killPed(player) outputChatBox ( "تم قتلك", player, 255, 255, 255, true ) esle setElementModel(player,0) outputChatBox ( "تم تغيير الشخصية بنجاح", player, 255, 255, 255, true ) end end end addEventHandler ( "onMarkerHit", marker,xda) جربه Link to comment
PaiN^ Posted February 9, 2013 Share Posted February 9, 2013 ما ادري صح ولا غلط marker = createMarker ( x, y, z, "cylinder", size, 255, 0, 0, 255 ) function xda() if ( getElementType ( source ) == "player" ) then if (getElementModel ( player ) ~= 0) then killPed(player) outputChatBox ( "تم قتلك", player, 255, 255, 255, true ) esle setElementModel(player,0) outputChatBox ( "تم تغيير الشخصية بنجاح", player, 255, 255, 255, true ) end end end addEventHandler ( "onMarkerHit", marker,xda) جربه X Link to comment
iMr.Dawix~# Posted February 9, 2013 Share Posted February 9, 2013 (edited) marker = createMarker ( x, y, z, "cylinder", size, 255, 0, 0, 255 ) function xda() if ( getElementType ( source ) == "player" ) then setElementModel(player,0) outputChatBox ( "تم تغيير الشخصية بنجاح", player, 255, 255, 255, true ) end end addEventHandler ( "onMarkerHit", marker,xda) addEventHandler("onElementModelChange", root, function () if ( getElementType ( source ) == "player" ) then elseif isElementWithinMarker ( player, marker ) then outputChatBox ( "لا تستطيع تغيير شخصيتك وانت بالماركر", player, 255, 255, 255, true ) killPed ( source, player ) end end ) يمكن كذا جرب Edited February 9, 2013 by Guest Link to comment
Sfa7 Posted February 9, 2013 Author Share Posted February 9, 2013 function xda() if ( getElementType ( source ) == "player" ) then setElementModel(player,0) outputChatBox ( "تم تغيير الشخصية بنجاح", player, 255, 255, 255, true ) end end addEventHandler ( "onMarkerHit", marker,xda) addEventHandler("onElementModelChange", root, function () if ( getElementType ( source ) == "player" ) then elseif isElementWithinMarker ( player, marker ) then outputChatBox ( "لا تستطيع تغيير شخصيتك وانت بالماركر", player, 255, 255, 255, true ) killPed ( source, player ) end end ) يمكن كذا جرب وين كريت ماركر .؟؟ Link to comment
iMr.Dawix~# Posted February 9, 2013 Share Posted February 9, 2013 function xda() if ( getElementType ( source ) == "player" ) then setElementModel(player,0) outputChatBox ( "تم تغيير الشخصية بنجاح", player, 255, 255, 255, true ) end end addEventHandler ( "onMarkerHit", marker,xda) addEventHandler("onElementModelChange", root, function () if ( getElementType ( source ) == "player" ) then elseif isElementWithinMarker ( player, marker ) then outputChatBox ( "لا تستطيع تغيير شخصيتك وانت بالماركر", player, 255, 255, 255, true ) killPed ( source, player ) end end ) يمكن كذا جرب وين كريت ماركر .؟؟ آسف كنت مستعجل خذ marker = createMarker ( x, y, z, "cylinder", size, 255, 0, 0, 255 ) function xda() if ( getElementType ( source ) == "player" ) then setElementModel(player,0) outputChatBox ( "تم تغيير الشخصية بنجاح", player, 255, 255, 255, true ) end end addEventHandler ( "onMarkerHit", marker,xda) addEventHandler("onElementModelChange", root, function () if ( getElementType ( source ) == "player" ) then elseif isElementWithinMarker ( player, marker ) then outputChatBox ( "لا تستطيع تغيير شخصيتك وانت بالماركر", player, 255, 255, 255, true ) killPed ( source, player ) end end ) Link to comment
Sfa7 Posted February 9, 2013 Author Share Posted February 9, 2013 للاسف كودك مايسوي شي فقط يطلع ماركر بدون مايسوي اي شي Link to comment
iMr.Dawix~# Posted February 9, 2013 Share Posted February 9, 2013 للاسف كودك مايسوي شي فقط يطلع ماركر بدون مايسوي اي شي debugscript 3 وقلي وش يجيك الكلام تحت Link to comment
Sfa7 Posted February 9, 2013 Author Share Posted February 9, 2013 WARNING: Bad argument @ 'guiCheckBoxSerSelected; [Expected gui-element at argun got boolean]? Link to comment
iMr.Dawix~# Posted February 9, 2013 Share Posted February 9, 2013 WARNING: Bad argument @ 'guiCheckBoxSerSelected; [Expected gui-element at argun got boolean]? ذا للفري روم طف الفري روم وسو ورستارت للمود وشوف وش يجي اذا ما جا شي ادخل الماركر وغير الشخصيه وش يسير Link to comment
Sfa7 Posted February 9, 2013 Author Share Posted February 9, 2013 WARNING: Script 'sss\sss.lua' is not encoded in UTF-8. Loading as ANSI.. Link to comment
iMr.Dawix~# Posted February 9, 2013 Share Posted February 9, 2013 WARNING: Script 'sss\sss.lua' is not encoded in UTF-8. Loading as ANSI.. احفظ ملف المود بترميز UTF-8 وجرب Link to comment
Sfa7 Posted February 9, 2013 Author Share Posted February 9, 2013 احفظ ملف المود بترميز UTF-8 وجرب جربت نفس المشكله يطلع ماركر ومايسوي اي شي Link to comment
iMr.Dawix~# Posted February 9, 2013 Share Posted February 9, 2013 احفظ ملف المود بترميز UTF-8 وجرب جربت نفس المشكله يطلع ماركر ومايسوي اي شي اوكي تعال خاص Link to comment
iMr.Dawix~# Posted February 10, 2013 Share Posted February 10, 2013 خذ سواه الكنق Mr.S3D <3 timers = {} local id = 0 marker = createMarker ( x,y,z, "cylinder", 1, 255, 0, 0, 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 ) حط رقم الشخصيه الي تبيها هنآ local id = 0 Link to comment
Sfa7 Posted February 10, 2013 Author Share Posted February 10, 2013 timers = {} local id = 287 marker = createMarker ( 225.08284, 1886.89990, 17.64063, "cylinder", 2, 255, 0, 0, 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 ) ماادري ماضبط من الكود ولا مني انا ابي لما المس الماركر يعطيني الشخصيه رقم 287 واذا غيرتها وانا داخل الماركر اموت ؟ بس مادري وش فيه Link to comment
TAPL Posted February 10, 2013 Share Posted February 10, 2013 local id = 287 marker = createMarker(225.08284, 1886.89990, 17.64063, "cylinder", 2, 255, 0, 0, 255) addEventHandler("onMarkerHit", marker, function(player) if getElementType(player) == "player" then setElementModel(player, id) outputChatBox("تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true) 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 local id = 287 marker = createMarker(225.08284, 1886.89990, 17.64063, "cylinder", 2, 255, 0, 0, 255) addEventHandler("onMarkerHit", marker, function(player) if getElementType(player) == "player" then setElementModel(player, id) outputChatBox("تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true) 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
TAPL 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
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