EH10 Posted January 2, 2014 Share Posted January 2, 2014 السلام عليكم ورحمة الله وبركاتة ابي فنكشات تذهب تاخذ الوظيفة يجيك قارب واذا انت خارج القارب ماتعمل الوظيفة تكتب باف8 sent بيجي بالشات تم اصطياد سمكة عادية واذا كتبت ثاني مره يجي بالشات لايمكنك الاصطياد الا حين تبيع واذا كتبت باف8 giv بيجيك فلوس وتقدر تصيد بعد ماتبيع السمكة وبعض الاحيان تجيك السمكة الذهبية بالحض يعني حضك اذا من زمان تصيد بتاخذها وفلوسها غير فلوس السمك العادي بيجي بالشات تم اصيطياد السمكة الذهبية الان ستاخذ 500 ريال وبتكتب باف8 giv ويجيك الفلوس ابي الفنكشات ولا شي ناقص واذا ماعليك تعب اشرحها يعني لية جايب الفنكشن وش وظيفتة لو سمحت Link to comment
#DRAGON!FIRE Posted January 2, 2014 Share Posted January 2, 2014 هذي اعتقد كل شي تحتاجه , على حسب ترتيبك بالنسبة للسمكة الذهبية ما فهمت .. createVehicle isPedInVehicle addCommandHandler -- sent if Variables true .... outputChatBox Variables -- false addCommandHandler -- giv Variables -- true givePlayerMoney Link to comment
EH10 Posted January 2, 2014 Author Share Posted January 2, 2014 هذي اعتقد كل شي تحتاجه , على حسب ترتيبكبالنسبة للسمكة الذهبية ما فهمت .. createVehicle isPedInVehicle addCommandHandler -- sent if Variables true .... outputChatBox Variables -- false addCommandHandler -- giv Variables -- true givePlayerMoney السمكة الذهبية تجي بالحض زي النباتات المزارع حق بسول تجي بالحض السمكة الذهبية تجي للي واحد زرع يعني 200 سمكة ولما تصيد 201 بيجي بالشات تم اصطياد السمكة الذهبية وفلوسها اكثر من السمكة العادية ولو سمحت مافهمت Variables -- true Variables -- false if Variables true .... Link to comment
#DRAGON!FIRE Posted January 2, 2014 Share Posted January 2, 2014 هذي اعتقد كل شي تحتاجه , على حسب ترتيبكبالنسبة للسمكة الذهبية ما فهمت .. createVehicle isPedInVehicle addCommandHandler -- sent if Variables true .... outputChatBox Variables -- false addCommandHandler -- giv Variables -- true givePlayerMoney السمكة الذهبية تجي بالحض زي النباتات المزارع حق بسول تجي بالحض السمكة الذهبية تجي للي واحد زرع يعني 200 سمكة ولما تصيد 201 بيجي بالشات تم اصطياد السمكة الذهبية وفلوسها اكثر من السمكة العادية ولو سمحت مافهمت Variables -- true Variables -- false if Variables true .... Variables -- اقصد بها متغيرات يعني وقت يجي يصيد , تتحق اول شي لو المتغير ترو وتسوي الوظيفة وتحطه فلس بـ هذي الحالة ما يقدر يصيد وقت يجي يبيع , تحطها ترو , يصير يقدر يصيد بالنسبةة لـ السمكة الذهبية استخدم table table.insert او الداتا setElementData + getElementData + table Link to comment
EH10 Posted January 2, 2014 Author Share Posted January 2, 2014 هذي اعتقد كل شي تحتاجه , على حسب ترتيبكبالنسبة للسمكة الذهبية ما فهمت .. createVehicle isPedInVehicle addCommandHandler -- sent if Variables true .... outputChatBox Variables -- false addCommandHandler -- giv Variables -- true givePlayerMoney السمكة الذهبية تجي بالحض زي النباتات المزارع حق بسول تجي بالحض السمكة الذهبية تجي للي واحد زرع يعني 200 سمكة ولما تصيد 201 بيجي بالشات تم اصطياد السمكة الذهبية وفلوسها اكثر من السمكة العادية ولو سمحت مافهمت Variables -- true Variables -- false if Variables true .... Variables -- اقصد بها متغيرات يعني وقت يجي يصيد , تتحق اول شي لو المتغير ترو وتسوي الوظيفة وتحطه فلس بـ هذي الحالة ما يقدر يصيد وقت يجي يبيع , تحطها ترو , يصير يقدر يصيد بالنسبةة لـ السمكة الذهبية استخدم table table.insert او الداتا setElementData + getElementData + table اذا ماعليك امر او تعب او اي شي واذا ماتبي عادي بس اذا ممكن تسوي متغير Variables لاني مافهمت Link to comment
#DRAGON!FIRE Posted January 2, 2014 Share Posted January 2, 2014 اذا ماعليك امر او تعب او اي شي واذا ماتبي عادي بس اذا ممكن تسوي متغير Variables لاني مافهمت سهلة جدا , ممثال بسيط جدا addCommandHandler( "Huntt", function ( player ) if ( Hunt[player] == false ) -- Your Code ... Hunt[player] = true else -- Your Code ... end end ) addCommandHandler( "giv", function ( player ) if ( Hunt[player] == true ) -- Your Code ... Hunt[player] = false else -- Your Code ... end end ) Link to comment
EH10 Posted January 3, 2014 Author Share Posted January 3, 2014 إذآ مــمـكـن صـحـ**ـح الـكًـ**ـود # وش الـخـطـآ ! addEventHandler("onClientGUIClick", getRootElement(), function () if source == Button then faces = createVehicle ( id, X, y, Z ) end end ) addCommandHandler( "Hast", function ( player ) if ( Hunt[player] == false ) if isPedInVehicle ( faces ) then outputChatBox("تم اصطياد سمكة", player, 255, 255, 0, true ) Hunt[player] = true else outputChatBox("لايمكنك اصطياد سمكة الى اذا بعته", player, 255, 0, 255, true ) end end end ) addCommandHandler( "givt", function ( player ) if ( Hunt[player] == true ) givePlayerMoney ( player, 40 ) outputChatBox("بعت السمك وحصلت على 40", player, 255, 255, 0, true ) Hunt[player] = false else outputChatBox("انت لا لديك سمك ابدا لبيعة", player, 255, 0, 255, true ) end end ) Link to comment
The Killer Posted January 3, 2014 Share Posted January 3, 2014 addEventHandler("onClientGUIClick", getRootElement(), function () if source == Button then faces = createVehicle ( id, X, y, Z ) end end ) addCommandHandler( "Hast", function ( player ) if ( Hunt[player] == false ) then if isPedInVehicle ( faces ) then outputChatBox("تم اصطياد سمكة", player, 255, 255, 0, true ) Hunt[player] = true else outputChatBox("لايمكنك اصطياد سمكة الى اذا بعته", player, 255, 0, 255, true ) end end end ) addCommandHandler( "givt", function ( player ) if ( Hunt[player] == true ) then givePlayerMoney ( player, 40 ) outputChatBox("بعت السمك وحصلت على 40", player, 255, 255, 0, true ) Hunt[player] = false else outputChatBox("انت ليس لديك سمك ابدا لبيعة", player, 255, 0, 255, true ) end end ) Link to comment
EH10 Posted January 3, 2014 Author Share Posted January 3, 2014 addEventHandler("onClientGUIClick", getRootElement(), function () if source == Button then faces = createVehicle ( id, X, y, Z ) end end ) addCommandHandler( "Hast", function ( player ) if ( Hunt[player] == false ) then if isPedInVehicle ( faces ) then outputChatBox("تم اصطياد سمكة", player, 255, 255, 0, true ) Hunt[player] = true else outputChatBox("لايمكنك اصطياد سمكة الى اذا بعته", player, 255, 0, 255, true ) end end end ) addCommandHandler( "givt", function ( player ) if ( Hunt[player] == true ) then givePlayerMoney ( player, 40 ) outputChatBox("بعت السمك وحصلت على 40", player, 255, 255, 0, true ) Hunt[player] = false else outputChatBox("انت ليس لديك سمك ابدا لبيعة", player, 255, 0, 255, true ) end end ) الوحة ماعادت تشتغل شوف الكود wnd = guiCreateWindow(183,176,446,264,".....",false) SsSs = guiCreateButton(10,24,427,231,".....",false,wnd) guiSetVisible (wnd, false) function OpenWin() if guiGetVisible ( wnd ) then guiSetVisible ( wnd, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( wnd, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F2", "down", OpenWin) addEventHandler("onClientGUIClick", getRootElement(), function () if source == SsSs then faces = createVehicle ( 411, 1, 2, 3 ) end end ) addCommandHandler( "Hast", function ( player ) if ( Hunt[player] == false ) then if isPedInVehicle ( faces ) then outputChatBox("تم اصطياد سمكة", player, 255, 255, 0, true ) Hunt[player] = true else outputChatBox("لايمكنك اصطياد سمكة الى اذا بعته", player, 255, 0, 255, true ) end end end ) addCommandHandler( "givt", function ( player ) if ( Hunt[player] == true ) then givePlayerMoney ( player, 40 ) outputChatBox("بعت السمك وحصلت على 40", player, 255, 255, 0, true ) Hunt[player] = false else outputChatBox("انت ليس لديك سمك ابدا لبيعة", player, 255, 0, 255, true ) end end ) Link to comment
The Killer Posted January 3, 2014 Share Posted January 3, 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 faces = createVehicle ( 411, 1, 2, 3 ) end end ) addCommandHandler( "Hast", function ( player ) if ( Hunt[player] == false ) then if isPedInVehicle ( faces ) then outputChatBox("تم اصطياد سمكة", player, 255, 255, 0, true ) Hunt[player] = true else outputChatBox("لايمكنك اصطياد سمكة الى اذا بعته", player, 255, 0, 255, true ) end end end ) addCommandHandler( "givt", function ( player ) if ( Hunt[player] == true ) then givePlayerMoney ( player, 40 ) outputChatBox("بعت السمك وحصلت على 40", player, 255, 255, 0, true ) Hunt[player] = false else outputChatBox("انت ليس لديك سمك ابدا لبيعة", player, 255, 0, 255, true ) end end ) Link to comment
EH10 Posted January 3, 2014 Author Share Posted January 3, 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 faces = createVehicle ( 411, 1, 2, 3 ) end end ) addCommandHandler( "Hast", function ( player ) if ( Hunt[player] == false ) then if isPedInVehicle ( faces ) then outputChatBox("تم اصطياد سمكة", player, 255, 255, 0, true ) Hunt[player] = true else outputChatBox("لايمكنك اصطياد سمكة الى اذا بعته", player, 255, 0, 255, true ) end end end ) addCommandHandler( "givt", function ( player ) if ( Hunt[player] == true ) then givePlayerMoney ( player, 40 ) outputChatBox("بعت السمك وحصلت على 40", player, 255, 255, 0, true ) Hunt[player] = false else outputChatBox("انت ليس لديك سمك ابدا لبيعة", player, 255, 0, 255, true ) end end ) جربت شغال بس الووظيفة ماتشتغل لما ضغطت الزر جت السياره بس طافية وماقدر اركبها و اخذت موتر نفس الرقم وماسوت الوظيفة Link to comment
The Killer Posted January 3, 2014 Share Posted January 3, 2014 طبعا ماراح تقدر تركبها لأنها كلينت سوي ترايقر Link to comment
EH10 Posted January 3, 2014 Author Share Posted January 3, 2014 طبعا ماراح تقدر تركبها لأنها كلينتسوي ترايقر عطني فنكش الترايقر Link to comment
EH10 Posted January 3, 2014 Author Share Posted January 3, 2014 triggerServerEvent ممكن تعدل الكود سويت كذا addEvent( "onSaw", true ) addEventHandler( "onSaw", root, function () warpPedIntoVehicle ( source, faces ) end) wnd = guiCreateWindow(183,176,446,264,".....",false) SsSs = guiCreateButton(10,24,427,231,".....",false,wnd) guiSetVisible (wnd, false) function OpenWin() if guiGetVisible ( wnd ) then guiSetVisible ( wnd, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( wnd, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F2", "down", OpenWin) addEventHandler("onClientGUIClick", getRootElement(), function () if source == SsSs then triggerServerEvent("onSaw", localPlayer) faces = createVehicle ( 411, 1, 2, 3 ) end end ) addCommandHandler( "Hast", function ( player ) if ( Hunt[player] == false ) then if isPedInVehicle ( faces ) then outputChatBox("تم اصطياد سمكة", player, 255, 255, 0, true ) Hunt[player] = true else outputChatBox("لايمكنك اصطياد سمكة الى اذا بعته", player, 255, 0, 255, true ) end end end ) addCommandHandler( "givt", function ( player ) if ( Hunt[player] == true ) then givePlayerMoney ( player, 40 ) outputChatBox("بعت السمك وحصلت على 40", player, 255, 255, 0, true ) Hunt[player] = false else outputChatBox("انت ليس لديك سمك ابدا لبيعة", player, 255, 0, 255, true ) end end ) Link to comment
The Killer Posted January 3, 2014 Share Posted January 3, 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 ( Hunt[localPlayer] == false ) then if isPedInVehicle (vehicle) then outputChatBox("تم اصطياد سمكة", 255, 255, 0, true ) Hunt[localPlayer] = true else outputChatBox("لايمكنك اصطياد سمكة الا اذا بعته", 255, 0, 255, true ) end end end ) addCommandHandler( "givt", function ( ) if ( Hunt[localPlayer] == true ) then triggerServerEvent("giveMoney", getLocalPlayer()) outputChatBox("بعت السمك وحصلت على 40", 255, 255, 0, true ) Hunt[localPlayer] = false else outputChatBox("انت ليس لديك سمك ابدا لبيعة", 255, 0, 255, true ) end end ) server # addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function () vehicle = createVehicle(id, x,y,z) end) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function (player) givePlayerMoney(player, 40) end ) Link to comment
EH10 Posted January 3, 2014 Author Share Posted January 3, 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 ( Hunt[localPlayer] == false ) then if isPedInVehicle (vehicle) then outputChatBox("تم اصطياد سمكة", 255, 255, 0, true ) Hunt[localPlayer] = true else outputChatBox("لايمكنك اصطياد سمكة الا اذا بعته", 255, 0, 255, true ) end end end ) addCommandHandler( "givt", function ( ) if ( Hunt[localPlayer] == true ) then triggerServerEvent("giveMoney", getLocalPlayer()) outputChatBox("بعت السمك وحصلت على 40", 255, 255, 0, true ) Hunt[localPlayer] = false else outputChatBox("انت ليس لديك سمك ابدا لبيعة", 255, 0, 255, true ) end end ) server # addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function () vehicle = createVehicle(id, x,y,z) end) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function (player) givePlayerMoney(player, 40) end ) الوحة ماعاد تشتغل Link to comment
The Killer Posted January 3, 2014 Share Posted January 3, 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 ) addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function () vehicle = createVehicle(411, x,y,z) end) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function (player) givePlayerMoney(client, 40) end ) سويته لك ب setElementData getElementData Edited January 13, 2014 by Guest 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(), vehicle) 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 ) addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function () vehicle = createVehicle(411, x,y,z) end) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function (player) givePlayerMoney(client, 40) end ) سويته لك ب setElementData getElementData ماشتغل ض1 اسفين اني رفعت الموضوع بس كنت ادوره 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% مدري انت وش تسوي الوحة شغلت بس المود ضغطت على الزر مااجت السياره للمكان الي حطيتة فيه وكتبت ماصار شي كلنت 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 ) سيرفر addEvent( "createTheVehicle", true ) addEventHandler( "createTheVehicle", root, function () vehicle = createVehicle(411, x,y,z) end) addEvent ("giveMoney", true) addEventHandler("giveMoney", root, function (player) givePlayerMoney(client, 40) end ) meta.xml Link to comment
al-Kobra Posted January 13, 2014 Share Posted January 13, 2014 بدلت الاحداثيات مال السيارة ؟ Link to comment
The Killer Posted January 13, 2014 Share Posted January 13, 2014 اشوف انك ما بدلت الاحداثيات نفسها x,y,z -,- Link to comment
فاّرس 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
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