Jump to content

x| تمت الافاده |x


Sfa7

Recommended Posts

  • Replies 62
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

تبي تسوي الزر يسوي وظيفه

function Buttons() 
      if source == GUIEditor_Button[1]then 
------------وظيفته الي يسويها اذا ضغط الزر هنا 
elseif source == GUIEditor_Button[2] then 
------------وظيفته الي يسويها اذا ضغط الزر هنا 
elseif source == GUIEditor_Button[3] then 
------------وظيفته الي يسويها اذا ضغط الزر هنا 
           end 
end 
addEventHandler ( "onClientGUIClick",root,Buttons) 

Link to comment

انا مسوي ماركر اذا لمسته تفتحلك لوحه

و ابي واحد يركبلي الاكواد بـ الكود حق الوحه الي فووق عشان اشوف طريقة تركيب الاكواد وافهمها وان شالله

اعرف كيف

بخصوص مستر تي9

انا حاط بـ الوحه ازرار وابي اذا ضغطت الزر الاول يوديك لـ مكان معين كذا قصدي

Link to comment
انا مسوي ماركر اذا لمسته تفتحلك لوحه

و ابي واحد يركبلي الاكواد بـ الكود حق الوحه الي فووق عشان اشوف طريقة تركيب الاكواد وافهمها وان شالله

اعرف كيف

بخصوص مستر تي9

انا حاط بـ الوحه ازرار وابي اذا ضغطت الزر الاول يوديك لـ مكان معين كذا قصدي

onClientGUIClick 

+

spawnPlayer 

Link to comment
انا مسوي ماركر اذا لمسته تفتحلك لوحه

و ابي واحد يركبلي الاكواد بـ الكود حق الوحه الي فووق عشان اشوف طريقة تركيب الاكواد وافهمها وان شالله

اعرف كيف

بخصوص مستر تي9

انا حاط بـ الوحه ازرار وابي اذا ضغطت الزر الاول يوديك لـ مكان معين كذا قصدي

onClientGUIClick 

+

spawnPlayer 

Link to comment
تبي تسوي الزر يسوي وظيفه
function Buttons() 
      if source == GUIEditor_Button[1]then 
------------وظيفته الي يسويها اذا ضغط الزر هنا 
elseif source == GUIEditor_Button[2] then 
------------وظيفته الي يسويها اذا ضغط الزر هنا 
elseif source == GUIEditor_Button[3] then 
------------وظيفته الي يسويها اذا ضغط الزر هنا 
           end 
end 
addEventHandler ( "onClientGUIClick",root,Buttons) 

اخوي ضااوي قصدك احط الكود الي يسوي الوضيفه

احطه تحت الاكواد ولا احطه في مفكره ثاانيه ؟

ي ليت توضحلي اكثر

Edited by Guest
Link to comment
انا مسوي ماركر اذا لمسته تفتحلك لوحه

و ابي واحد يركبلي الاكواد بـ الكود حق الوحه الي فووق عشان اشوف طريقة تركيب الاكواد وافهمها وان شالله

اعرف كيف

بخصوص مستر تي9

انا حاط بـ الوحه ازرار وابي اذا ضغطت الزر الاول يوديك لـ مكان معين كذا قصدي

onClientGUIClick 

+

spawnPlayer 

اخوي تي 9

انا مابيك تعطيني الاكواد ابيك تركبلي الاكواد بـ الوحه عشان افهم طريقة تركيبهم اخذ الوحه الي فووق

وعدل عليها وركب الاكواد عشان اشوف كيف عدلتها انت

ماعليك امر :?

Link to comment

جرب هذى الكود غير احداث

marker = createMarker( -1353.4000244141, -483.5, 14.199999809265, "cylinder", 3, 7, 80, 65, 15 ) 
GUIEditor_Button = {} 
GUIEditor_Memo = {} 
GUIEditor_Label = {} 
  
KSA11 = guiCreateWindow(441,226,543,443,"  ( خدمة الطيران )",false) 
guiSetAlpha(KSA11,1) 
GUIEditor_Button[1] = guiCreateButton(112,61,314,71,"سوفا تاخذك لـ المطار 1",false,KSA11) 
GUIEditor_Button[2] = guiCreateButton(111,307,314,71,"سوفا تاخذك لـ المطار 3",false,KSA11) 
GUIEditor_Button[3] = guiCreateButton(112,180,314,71,"سوفا تاخذك لـ المطار 2",false,KSA11) 
GUIEditor_Memo[1] = guiCreateMemo(53,392,457,42,"كل رحله سوفا تكلفك 500 رياـل ..!                        ",false,KSA11) 
GUIEditor_Button[4] = guiCreateButton(10,30,46,39,"اغلاق",false,KSA11) 
GUIEditor_Label[1] = guiCreateLabel(213,142,87,27,"رحله سعيده \"{SMILIES_PATH}/icon_smile.gif\" alt=\"\" title=\"Smile\" />",false,KSA11) 
guiLabelSetColor(GUIEditor_Label[1],255,0,255) 
GUIEditor_Label[2] = guiCreateLabel(215,268,87,27,"رحله سعيده \"{SMILIES_PATH}/icon_smile.gif\" alt=\"\" title=\"Smile\" />",false,KSA11) 
guiLabelSetColor(GUIEditor_Label[2],255,255,0) 
GUIEditor_Label[3] = guiCreateLabel(213,35,87,27,"رحله سعيده \"{SMILIES_PATH}/icon_smile.gif\" alt=\"\" title=\"Smile\" />",false,KSA11) 
guiLabelSetColor(GUIEditor_Label[3],0,255,0) 
addEventHandler("onClientMarkerHit", marker, KSA11) 
 function () 
         if ( source == GUIEditor_Button[1] ) then 
            setElementPosition( localPlayer, -1322.4556884766, -555.26177978516, 14.1484375) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار',255, 255, 0, true ) 
          elseif ( source == GUIEditor_Button[2] ) then 
             setElementPosition( localPlayer, -1533.9266357422, 766.29046630859, 7.1875) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار,255, 255, 0, true ) 
          elseif ( source == GUIEditor_Button[3] ) then 
             setElementPosition( localPlayer, -2074.3793945313, 1334.2917480469, 7.1875) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار',255, 255, 0, true ) 
  
 

Link to comment
جرب هذى الكود
marker = createMarker( -1353.4000244141, -483.5, 14.199999809265, "cylinder", 3, 7, 80, 65, 15 ) 
GUIEditor_Button = {} 
GUIEditor_Memo = {} 
GUIEditor_Label = {} 
  
KSA11 = guiCreateWindow(441,226,543,443,"  ( خدمة الطيران )",false) 
guiSetAlpha(KSA11,1) 
GUIEditor_Button[1] = guiCreateButton(112,61,314,71,"سوفا تاخذك لـ المطار 1",false,KSA11) 
GUIEditor_Button[2] = guiCreateButton(111,307,314,71,"سوفا تاخذك لـ المطار 3",false,KSA11) 
GUIEditor_Button[3] = guiCreateButton(112,180,314,71,"سوفا تاخذك لـ المطار 2",false,KSA11) 
GUIEditor_Memo[1] = guiCreateMemo(53,392,457,42,"كل رحله سوفا تكلفك 500 رياـل ..!                        ",false,KSA11) 
GUIEditor_Button[4] = guiCreateButton(10,30,46,39,"اغلاق",false,KSA11) 
GUIEditor_Label[1] = guiCreateLabel(213,142,87,27,"رحله سعيده \"{SMILIES_PATH}/icon_smile.gif\" alt=\"\" title=\"Smile\" />",false,KSA11) 
guiLabelSetColor(GUIEditor_Label[1],255,0,255) 
GUIEditor_Label[2] = guiCreateLabel(215,268,87,27,"رحله سعيده \"{SMILIES_PATH}/icon_smile.gif\" alt=\"\" title=\"Smile\" />",false,KSA11) 
guiLabelSetColor(GUIEditor_Label[2],255,255,0) 
GUIEditor_Label[3] = guiCreateLabel(213,35,87,27,"رحله سعيده \"{SMILIES_PATH}/icon_smile.gif\" alt=\"\" title=\"Smile\" />",false,KSA11) 
guiLabelSetColor(GUIEditor_Label[3],0,255,0) 
addEventHandler("onClientMarkerHit", marker, KSA11) 
 function () 
         if ( source == GUIEditor_Button[1] ) then 
            setElementPosition( localPlayer, -1322.4556884766, -555.26177978516, 14.1484375) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار',255, 255, 0, true ) 
          elseif ( source == GUIEditor_Button[2] ) then 
             setElementPosition( localPlayer, -1533.9266357422, 766.29046630859, 7.1875) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار,255, 255, 0, true ) 
          elseif ( source == GUIEditor_Button[3] ) then 
             setElementPosition( localPlayer, -2074.3793945313, 1334.2917480469, 7.1875) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار',255, 255, 0, true ) 
  
 

خطا ^_^

Link to comment

اخوي يزن الكود ماهو شغاال االماركر مايطلع

بس انا توني مبتدي بس اضن ان الكود فيه خطاا

بـ السطر ذاا

function () 
         if ( source == GUIEditor_Button[1] ) then 
            setElementPosition( localPlayer, -1322.4556884766, -555.26177978516, 14.1484375) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار',255, 255, 0, true ) 
          elseif ( source == GUIEditor_Button[2] ) then 
             setElementPosition( localPlayer, -1533.9266357422, 766.29046630859, 7.1875) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار,255, 255, 0, true ) 
         elseif ( source == GUIEditor_Button[3] ) then 
            setElementPosition( localPlayer, -2074.3793945313, 1334.2917480469, 7.1875) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار',255, 255, 0, true ) 
  
  
  
 

لنا اعتقد اعتقد لازم تختمها بـ ايند او اي شي اضن مايصير تخليها فاضيه

مجرد اعتقاد :?

Link to comment

لا عادي ما بيها شي عتقادك غلط بس انا اكيد يعني ما بجهزلك الكود كامل انت عدل عليه و تعلم انا توني مبلش اقل من شهر و بلشت اتعلم و شباب يسعدونك لو وجهتك مشكله ....

Link to comment

طيب انت اول ماتعلمت تبي احد يعطيك مثاال كامل عشان تفهم منه

لنا مافيه احد مني و الطريق يفهم بدون مايعلمونه و يعطونه امثله وكذا

مااضن لازم انت نزلت مواضيع تطلب فيها شرح وكذا

وكنت تتمني احد يعطيك مثال عشان تتعلم

وانا الحين زيك محتااج احد يعطيني مثال كامل عشان اففهم الطريقه

وان شالله ماتقصر معي

Link to comment
addEventHandler("onClientGUIClick", root, 
function (button, state, absoluteX, absoluteY) 
     if source == GUIEditor_Button[6] then 
          setElementPosition(localPlayer,-2306.21191,-2806.16504,13.01551) 
  outputChatBox("#FFFF00 | | تم نقلك الى>>>",255,255,255,true) 
     end 
end) 

Link to comment
اخوي يزن الكود ماهو شغاال االماركر مايطلع

بس انا توني مبتدي بس اضن ان الكود فيه خطاا

بـ السطر ذاا

function () 
         if ( source == GUIEditor_Button[1] ) then 
            setElementPosition( localPlayer, -1322.4556884766, -555.26177978516, 14.1484375) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار',255, 255, 0, true ) 
          elseif ( source == GUIEditor_Button[2] ) then 
             setElementPosition( localPlayer, -1533.9266357422, 766.29046630859, 7.1875) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار,255, 255, 0, true ) 
         elseif ( source == GUIEditor_Button[3] ) then 
            setElementPosition( localPlayer, -2074.3793945313, 1334.2917480469, 7.1875) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار',255, 255, 0, true ) 
  
  
  
  
 

لنا اعتقد اعتقد لازم تختمها بـ ايند او اي شي اضن مايصير تخليها فاضيه

مجرد اعتقاد :?

addEventHandler("onClientGUIClick",root, 
function () 
         if ( source == GUIEditor_Button[1] ) then 
            setElementPosition( localPlayer, -1322.4556884766, -555.26177978516, 14.1484375) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار',255, 255, 0, true ) 
          elseif ( source == GUIEditor_Button[2] ) then 
             setElementPosition( localPlayer, -1533.9266357422, 766.29046630859, 7.1875) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار,255, 255, 0, true ) 
         elseif ( source == GUIEditor_Button[3] ) then 
            setElementPosition( localPlayer, -2074.3793945313, 1334.2917480469, 7.1875) 
outputChatBox('#FFFF00سوفا تاخذك لـ المطار',255, 255, 0", true ) 
end) 
 

يـزن سواه عدل بس نسآ إند والحدث وخطا بكود الشات :mrgreen:

حطه مع كود النافذه تحت !

Link to comment

الاكواد خطأ كلها ناقصها واند وخطأ بالشات ذذ !! الكود يـكون :

addEventHandler("onClientGUIClick",root, 
function () 
         if ( source == GUIEditor_Button[1] ) then 
            setElementPosition( localPlayer, -1322.4556884766, -555.26177978516, 14.1484375) 
   outputChatBox("#FFFF00سوفا تاخذك لـ المطار",255,255,255,true) 
          elseif ( source == GUIEditor_Button[2] ) then 
             setElementPosition( localPlayer, -1533.9266357422, 766.29046630859, 7.1875) 
  outputChatBox("#FFFF00سوفا تاخذك لـ المطار",255,255,255,true) 
         elseif ( source == GUIEditor_Button[3] ) then 
            setElementPosition( localPlayer, -2074.3793945313, 1334.2917480469, 7.1875) 
   outputChatBox("#FFFF00سوفا تاخذك لـ المطار",255,255,255,true) 
      end 
end 
) 
Link to comment

ذذ مانتبهت انك تبية بـ مبلغ مالي السكربت بيكون كذا ذذ ! وللمعلومية استخدام سباون بلاير يغير شخصية الاعب ذذ جرب /

== Client Side ==

addEventHandler("onClientGUIClick",root, 
function () 
         if ( source == GUIEditor_Button[1] ) then 
  triggerServerEvent("onClick[1]",localPlayer) 
          elseif ( source == GUIEditor_Button[2] ) then 
  triggerServerEvent("onClick[2]",localPlayer) 
         elseif ( source == GUIEditor_Button[3] ) then 
  triggerServerEvent("onClick[3]",localPlayer) 
      end 
end 
) 

== Server Side ==

addEvent("onClick[1]",true) 
addEventHandler("onClick[1]",root, 
function () 
local Money = getPlayerMoney(source) 
 if ( Money >= 100) then 
    takePlayerMoney(source,100)  
  spawnPlayer (source,x,y,z) 
outputChatBox("القد وصلت بـ سلام ",source, 0, 255, 0, true) 
  else 
outputChatBox("ليس لديك مال كافي لـ السفر",source, 255, 0, 0, true)  
      end 
 end 
) 
  
addEvent("onClick[2]",true) 
addEventHandler("onClick[2]",root, 
function () 
local Money = getPlayerMoney(source) 
 if ( Money >= 100) then 
    takePlayerMoney(source,100)  
  spawnPlayer (source,x,y,z) 
outputChatBox("القد وصلت بـ سلام ",source, 0, 255, 0, true) 
  else 
outputChatBox("ليس لديك مال كافي لـ السفر",source, 255, 0, 0, true)  
      end 
 end 
) 
  
addEvent("onClick[3]",true) 
addEventHandler("onClick[3]",root, 
function () 
local Money = getPlayerMoney(source) 
 if ( Money >= 100) then 
    takePlayerMoney(source,100)  
  spawnPlayer (source,x,y,z) 
outputChatBox("القد وصلت بـ سلام ",source, 0, 255, 0, true) 
  else 
outputChatBox("ليس لديك مال كافي لـ السفر",source, 255, 0, 0, true)  
      end 
 end 
) 

:)

Link to comment
الاكواد خطأ كلها ناقصها واند وخطأ بالشات ذذ !! الكود يـكون :

addEventHandler("onClientGUIClick",root, 
function () 
         if ( source == GUIEditor_Button[1] ) then 
            setElementPosition( localPlayer, -1322.4556884766, -555.26177978516, 14.1484375) 
   outputChatBox("#FFFF00سوفا تاخذك لـ المطار",255,255,255,true) 
          elseif ( source == GUIEditor_Button[2] ) then 
             setElementPosition( localPlayer, -1533.9266357422, 766.29046630859, 7.1875) 
  outputChatBox("#FFFF00سوفا تاخذك لـ المطار",255,255,255,true) 
         elseif ( source == GUIEditor_Button[3] ) then 
            setElementPosition( localPlayer, -2074.3793945313, 1334.2917480469, 7.1875) 
   outputChatBox("#FFFF00سوفا تاخذك لـ المطار",255,255,255,true) 
      end 
end 
) 

اخوي انا جبت له مثل و هو يعدل او انتم تصححون

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...