#DRAGON!FIRE Posted January 13, 2014 Share Posted January 13, 2014 بدلتها بس انا رجعتها اكس واي زد وحطيتها وكيف تبيه يشتغل ؟ . ! Link to comment
EH10 Posted January 13, 2014 Author Share Posted January 13, 2014 بدلتها بس انا رجعتها اكس واي زد وحطيتها وكيف تبيه يشتغل ؟ . ! اقولك بدلتها بس مانجح Link to comment
al-Kobra Posted January 13, 2014 Share Posted January 13, 2014 بدلتها بس انا رجعتها اكس واي زد وحطيتها وكيف تبيه يشتغل ؟ . ! اقولك بدلتها بس مانجح السياره بلا جدول كـ قط بلا سمكه Link to comment
#DRAGON!FIRE Posted January 13, 2014 Share Posted January 13, 2014 ججرب .. ولأ تنسا تبدل الاحداثيات Server Side ! local vehicle = {} addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function ( ) if ( isElement ( vehicle[source] ) ) then destroyElement ( vehicle[source] ) end vehicle[source] = createVehicle(411, x, y, z) if ( vehicle[source] ) then warpPedIntoVehicle ( source, vehicle[source] ) end end ) Link to comment
EH10 Posted January 13, 2014 Author Share Posted January 13, 2014 (edited) ججرب .. ولأ تنسا تبدل الاحداثيات Server Side ! local vehicle = {} addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function ( ) if ( isElement ( vehicle[source] ) ) then destroyElement ( vehicle[source] ) end vehicle[source] = createVehicle(411, x, y, z) if ( vehicle[source] ) then warpPedIntoVehicle ( source, vehicle[source] ) end end ) ماضبط واتوقع ناقصك اند لان في لا مو ناقصك مخربط خخخخخ Edited January 13, 2014 by Guest Link to comment
The Killer Posted January 13, 2014 Share Posted January 13, 2014 الفلسفه الزايده ما لها داعي مب ناقص ولا شي لو تلاحظ زين عرفت Link to comment
#DRAGON!FIRE Posted January 13, 2014 Share Posted January 13, 2014 زي ما قلك : The Killer .... Link to comment
EH10 Posted January 13, 2014 Author Share Posted January 13, 2014 الفلسفه الزايده ما لها داعيمب ناقص ولا شي لو تلاحظ زين عرفت يب شفت قبل لاتردون وعدلت ردي اسف مانتبهت زين بس جربت ماضبط Link to comment
The Killer Posted January 13, 2014 Share Posted January 13, 2014 انا اصلا مجرب الكود ,, قبل لا تسوي الجدول بس صح لازم تسوي جدول بس الكود شغال 100% انت شكلك تبي تسولف ؟ ولا انت تمسك الكود وتطقطق فيه ولا حايس الدنيا ولا مدري وش تبي تسوي #_# حيرتني معك !! + اذا تبي تطرح الكود اطرحه مع الاحداثيات Link to comment
EH10 Posted January 13, 2014 Author Share Posted January 13, 2014 انا اصلا مجرب الكود ,, قبل لا تسوي الجدولبس صح لازم تسوي جدول بس الكود شغال 100% انت شكلك تبي تسولف ؟ ولا انت تمسك الكود وتطقطق فيه ولا حايس الدنيا ولا مدري وش تبي تسوي #_# حيرتني معك !! + اذا تبي تطرح الكود اطرحه مع الاحداثيات ياخي شفيك معصب والله اني مابي اسولف جربت الكود ماشغل ابي اسولف يعني نسولف على اكواد لية Link to comment
The Killer Posted January 13, 2014 Share Posted January 13, 2014 انا ما ني معصب ,, انا قلت لك الكود شغال ! انت شكلك غلطان في الاحداثيات اطرح الكود كامل بعد التعديل مع الاحداثيات Link to comment
#DRAGON!FIRE Posted January 13, 2014 Share Posted January 13, 2014 ججرب .. ولأ تنسا تبدل الاحداثيات Server Side ! local vehicle = {} addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function ( ) if ( isElement ( vehicle[source] ) ) then destroyElement ( vehicle[source] ) end vehicle[source] = createVehicle(411, x, y, z) if ( vehicle[source] ) then warpPedIntoVehicle ( source, vehicle[source] ) end end ) ججرب الكود ولأ تنسا الاحدثيات والكود ما فيه اي غلطط ولو ما اشتغل debugscript 3 Link to comment
EH10 Posted January 13, 2014 Author Share Posted January 13, 2014 كلينت wnd = guiCreateWindow(183,176,446,264,".....",false) SsSs = guiCreateButton(10,24,427,231,".....",false,wnd) guiSetVisible (wnd, false) bindKey ( "F2" , "down" , function() guiSetVisible(wnd,not guiGetVisible(wnd)) showCursor(not isCursorShowing()) end ) addEventHandler("onClientGUIClick", getRootElement(), function () if source == SsSs then triggerServerEvent("createTheVehicle", getLocalPlayer()) end end ) addCommandHandler( "Hast", function () if getElementData(getLocalPlayer(), "Hunt") then outputChatBox("لايمكنك اصطياد سمكة الا اذا بعته", 255, 0, 255, true ) else if isPedInVehicle(getLocalPlayer()) then outputChatBox("تم اصطياد سمكة", 0, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", true) end end end ) addCommandHandler( "givt", function () if getElementData(getLocalPlayer(), "Hunt") == true then triggerServerEvent("giveMoney", getLocalPlayer()) outputChatBox("بعت السمك وحصلت على 40", 255, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", false) else outputChatBox("انت ليس لديك سمك ابدا لبيعة", 255, 0, 255, true ) end end ) سيرفر local vehicle = {} addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function ( ) if ( isElement ( vehicle[source] ) ) then destroyElement ( vehicle[source] ) end vehicle[source] = createVehicle(411, 1, 2, 3) if ( vehicle[source] ) then warpPedIntoVehicle ( source, vehicle[source] ) end end ) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function (player) givePlayerMoney(client, 40) end ) Link to comment
#DRAGON!FIRE Posted January 13, 2014 Share Posted January 13, 2014 كلينت wnd = guiCreateWindow(183,176,446,264,".....",false) SsSs = guiCreateButton(10,24,427,231,".....",false,wnd) guiSetVisible (wnd, false) bindKey ( "F2" , "down" , function() guiSetVisible(wnd,not guiGetVisible(wnd)) showCursor(not isCursorShowing()) end ) addEventHandler("onClientGUIClick", getRootElement(), function () if source == SsSs then triggerServerEvent("createTheVehicle", getLocalPlayer()) end end ) addCommandHandler( "Hast", function () if getElementData(getLocalPlayer(), "Hunt") then outputChatBox("لايمكنك اصطياد سمكة الا اذا بعته", 255, 0, 255, true ) else if isPedInVehicle(getLocalPlayer()) then outputChatBox("تم اصطياد سمكة", 0, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", true) end end end ) addCommandHandler( "givt", function () if getElementData(getLocalPlayer(), "Hunt") == true then triggerServerEvent("giveMoney", getLocalPlayer()) outputChatBox("بعت السمك وحصلت على 40", 255, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", false) else outputChatBox("انت ليس لديك سمك ابدا لبيعة", 255, 0, 255, true ) end end ) سيرفر local vehicle = {} addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function ( ) if ( isElement ( vehicle[source] ) ) then destroyElement ( vehicle[source] ) end vehicle[source] = createVehicle(411, 1, 2, 3) if ( vehicle[source] ) then warpPedIntoVehicle ( source, vehicle[source] ) end end ) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function (player) givePlayerMoney(client, 40) end ) 1 2 3 ? وش رايك تكمله 4 5 6 7 !! حط الاحداثيات صصح ولو ما اشتغل شف الديبوق .. Link to comment
EH10 Posted January 13, 2014 Author Share Posted January 13, 2014 كلينت wnd = guiCreateWindow(183,176,446,264,".....",false) SsSs = guiCreateButton(10,24,427,231,".....",false,wnd) guiSetVisible (wnd, false) bindKey ( "F2" , "down" , function() guiSetVisible(wnd,not guiGetVisible(wnd)) showCursor(not isCursorShowing()) end ) addEventHandler("onClientGUIClick", getRootElement(), function () if source == SsSs then triggerServerEvent("createTheVehicle", getLocalPlayer()) end end ) addCommandHandler( "Hast", function () if getElementData(getLocalPlayer(), "Hunt") then outputChatBox("لايمكنك اصطياد سمكة الا اذا بعته", 255, 0, 255, true ) else if isPedInVehicle(getLocalPlayer()) then outputChatBox("تم اصطياد سمكة", 0, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", true) end end end ) addCommandHandler( "givt", function () if getElementData(getLocalPlayer(), "Hunt") == true then triggerServerEvent("giveMoney", getLocalPlayer()) outputChatBox("بعت السمك وحصلت على 40", 255, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", false) else outputChatBox("انت ليس لديك سمك ابدا لبيعة", 255, 0, 255, true ) end end ) سيرفر local vehicle = {} addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function ( ) if ( isElement ( vehicle[source] ) ) then destroyElement ( vehicle[source] ) end vehicle[source] = createVehicle(411, 1, 2, 3) if ( vehicle[source] ) then warpPedIntoVehicle ( source, vehicle[source] ) end end ) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function (player) givePlayerMoney(client, 40) end ) 1 2 3 ? وش رايك تكمله 4 5 6 7 !! حط الاحداثيات صصح ولو ما اشتغل شف الديبوق .. ياحبيبي انا كل يوم اسوي كذا احداثيات بكل مود حتى انا اعرف المكان وكل يوم يجي فيه ماركر وسياره والاحداثيات صح Link to comment
The Killer Posted January 13, 2014 Share Posted January 13, 2014 فيه اي أخطاء في الديبوق ؟ Link to comment
CRoW,,# Posted January 14, 2014 Share Posted January 14, 2014 فيه اي أخطاء في الديبوق ؟ كودك شغال 100 % يستبهل بسس + ودي اعرف وش الفايده منه اساسا ,,,,, كتبت جاتني فلوس وش استفيد ... Link to comment
EH10 Posted January 14, 2014 Author Share Posted January 14, 2014 فيه اي أخطاء في الديبوق ؟ كودك شغال 100 % يستبهل بسس + ودي اعرف وش الفايده منه اساسا ,,,,, كتبت جاتني فلوس وش استفيد ... اعطيني الكود بجربة Link to comment
The Killer Posted January 14, 2014 Share Posted January 14, 2014 (edited) wnd = guiCreateWindow(183,176,446,264,".....",false) SsSs = guiCreateButton(10,24,427,231,".....",false,wnd) guiSetVisible (wnd, false) bindKey ( "F2" , "down" , function() guiSetVisible(wnd,not guiGetVisible(wnd)) showCursor(not isCursorShowing()) end ) addEventHandler("onClientGUIClick", getRootElement(), function () if source == SsSs then triggerServerEvent("createTheVehicle", getLocalPlayer()) end end ) addCommandHandler( "Hast", function () if getElementData(getLocalPlayer(), "Hunt") then outputChatBox("لايمكنك اصطياد سمكة الا اذا بعته", 255, 0, 255, true ) else if isPedInVehicle(getLocalPlayer()) then outputChatBox("تم اصطياد سمكة", 0, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", true) end end end ) addCommandHandler( "givt", function () if getElementData(getLocalPlayer(), "Hunt") == true then triggerServerEvent("giveMoney", getLocalPlayer()) outputChatBox("بعت السمك وحصلت على 40", 255, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", false) else outputChatBox("انت ليس لديك سمك ابدا لبيعة", 255, 0, 255, true ) end end ) local vehicle = {} addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function ( ) if ( isElement ( vehicle[source] ) ) then destroyElement ( vehicle[source] ) end vehicle[source] = createVehicle(411, x, y, z) if ( vehicle[source] ) then warpPedIntoVehicle ( source, vehicle[source] ) end end ) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function () givePlayerMoney(source, 40) end ) Edited January 14, 2014 by Guest Link to comment
EH10 Posted January 14, 2014 Author Share Posted January 14, 2014 wnd = guiCreateWindow(183,176,446,264,".....",false) SsSs = guiCreateButton(10,24,427,231,".....",false,wnd) guiSetVisible (wnd, false) bindKey ( "F2" , "down" , function() guiSetVisible(wnd,not guiGetVisible(wnd)) showCursor(not isCursorShowing()) end ) addEventHandler("onClientGUIClick", getRootElement(), function () if source == SsSs then triggerServerEvent("createTheVehicle", getLocalPlayer()) end end ) addCommandHandler( "Hast", function () if getElementData(getLocalPlayer(), "Hunt") then outputChatBox("لايمكنك اصطياد سمكة الا اذا بعته", 255, 0, 255, true ) else if isPedInVehicle(getLocalPlayer()) then outputChatBox("تم اصطياد سمكة", 0, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", true) end end end ) addCommandHandler( "givt", function () if getElementData(getLocalPlayer(), "Hunt") == true then triggerServerEvent("giveMoney", getLocalPlayer()) outputChatBox("بعت السمك وحصلت على 40", 255, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", false) else outputChatBox("انت ليس لديك سمك ابدا لبيعة", 255, 0, 255, true ) end end ) local vehicle = {} addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function ( ) if ( isElement ( vehicle[source] ) ) then destroyElement ( vehicle[source] ) end vehicle[source] = createVehicle(411, x, y, z) if ( vehicle[source] ) then warpPedIntoVehicle ( source, vehicle[source] ) end end ) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function (player) givePlayerMoney(player, 40) end ) لما اضغط ماتجي السياره + لما اركب اي سياره واكتب يضبط لاكن ماتجي الفلوس + اناا ابي سياره محدده Link to comment
فاّرس Posted January 14, 2014 Share Posted January 14, 2014 السياره ما تجي لأنك ما عدلت الاحداثيات, The Killer @ player ?? ثانيا وش وضعه سطر 15 بدل player > source Link to comment
EH10 Posted January 14, 2014 Author Share Posted January 14, 2014 السياره ما تجي لأنك ما عدلت الاحداثيات,The Killer @ player ?? ثانيا وش وضعه سطر 15 بدل player > source بدلت الاحداثيات وجربت Link to comment
#DRAGON!FIRE Posted January 14, 2014 Share Posted January 14, 2014 لو ما اشتغل .. ما نقدر نساعدك اكثر من كذا Client Side ! wnd = guiCreateWindow(183,176,446,264,".....",false) SsSs = guiCreateButton(10,24,427,231,".....",false,wnd) guiSetVisible (wnd, false) bindKey ( "F2" , "down" , function() guiSetVisible(wnd, not guiGetVisible( wnd )) showCursor( not isCursorShowing( ) ) end ) addEventHandler("onClientGUIClick", getRootElement(), function ( ) if source == SsSs then triggerServerEvent( "createTheVehicle", getLocalPlayer()) end end ) addCommandHandler( "Hast", function () if getElementData(getLocalPlayer(), "Hunt") then outputChatBox("لايمكنك اصطياد سمكة الا اذا بعته", 255, 0, 255, true ) else if isPedInVehicle(getLocalPlayer()) then outputChatBox("تم اصطياد سمكة", 0, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", true) end end end ) addCommandHandler( "givt", function () if getElementData(getLocalPlayer(), "Hunt") == true then triggerServerEvent("giveMoney", getLocalPlayer()) outputChatBox("بعت السمك وحصلت على 40", 255, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", false) else outputChatBox("انت ليس لديك سمك ابدا لبيعة", 255, 0, 255, true ) end end ) Server Side ! local vehicle = {} local ID = -- ايدي السيارة local x, y, z = -- احداثيات السيارة addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function ( ) if ( isElement ( vehicle[source] ) ) then destroyElement ( vehicle[source] ) end vehicle[source] = createVehicle(ID, x, y, z) if ( vehicle[source] ) then warpPedIntoVehicle ( source, vehicle[source] ) end end ) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function ( ) givePlayerMoney( source, 40 ) end ) Link to comment
EH10 Posted January 21, 2014 Author Share Posted January 21, 2014 لو ما اشتغل .. ما نقدر نساعدك اكثر من كذا Client Side ! wnd = guiCreateWindow(183,176,446,264,".....",false) SsSs = guiCreateButton(10,24,427,231,".....",false,wnd) guiSetVisible (wnd, false) bindKey ( "F2" , "down" , function() guiSetVisible(wnd, not guiGetVisible( wnd )) showCursor( not isCursorShowing( ) ) end ) addEventHandler("onClientGUIClick", getRootElement(), function ( ) if source == SsSs then triggerServerEvent( "createTheVehicle", getLocalPlayer()) end end ) addCommandHandler( "Hast", function () if getElementData(getLocalPlayer(), "Hunt") then outputChatBox("لايمكنك اصطياد سمكة الا اذا بعته", 255, 0, 255, true ) else if isPedInVehicle(getLocalPlayer()) then outputChatBox("تم اصطياد سمكة", 0, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", true) end end end ) addCommandHandler( "givt", function () if getElementData(getLocalPlayer(), "Hunt") == true then triggerServerEvent("giveMoney", getLocalPlayer()) outputChatBox("بعت السمك وحصلت على 40", 255, 255, 0, true ) setElementData(getLocalPlayer(), "Hunt", false) else outputChatBox("انت ليس لديك سمك ابدا لبيعة", 255, 0, 255, true ) end end ) Server Side ! local vehicle = {} local ID = -- ايدي السيارة local x, y, z = -- احداثيات السيارة addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function ( ) if ( isElement ( vehicle[source] ) ) then destroyElement ( vehicle[source] ) end vehicle[source] = createVehicle(ID, x, y, z) if ( vehicle[source] ) then warpPedIntoVehicle ( source, vehicle[source] ) end end ) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function ( ) givePlayerMoney( source, 40 ) end ) مشكور ضبط كل شي بس السياره ماتجي وانا ابي مايقدر يصيد الى بسياره محدده Link to comment
#DRAGON!FIRE Posted January 21, 2014 Share Posted January 21, 2014 مشكور ضبط كل شي بس السياره ماتجي وانا ابي مايقدر يصيد الى بسياره محدده كيف ما جات ؟ ? ضغطت على زر SsSs 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