Jump to content

طلب فنكشات ^_*


EH10

Recommended Posts

  • Replies 55
  • Created
  • Last Reply

Top Posters In This Topic

ججرب .. ولأ تنسا تبدل الاحداثيات

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
ججرب .. ولأ تنسا تبدل الاحداثيات

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 by Guest
Link to comment

انا اصلا مجرب الكود ,, قبل لا تسوي الجدول

بس صح لازم تسوي جدول

بس الكود شغال

100%

انت شكلك تبي تسولف ؟

ولا انت تمسك الكود وتطقطق فيه

ولا حايس الدنيا

ولا مدري وش تبي تسوي

#_#

حيرتني معك !!

+

اذا تبي تطرح الكود

اطرحه مع الاحداثيات

Link to comment
انا اصلا مجرب الكود ,, قبل لا تسوي الجدول

بس صح لازم تسوي جدول

بس الكود شغال

100%

انت شكلك تبي تسولف ؟

ولا انت تمسك الكود وتطقطق فيه

ولا حايس الدنيا

ولا مدري وش تبي تسوي

#_#

حيرتني معك !!

+

اذا تبي تطرح الكود

اطرحه مع الاحداثيات

ياخي شفيك معصب والله اني مابي اسولف جربت الكود ماشغل ابي اسولف يعني نسولف على اكواد لية

Link to comment
ججرب .. ولأ تنسا تبدل الاحداثيات

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

كلينت

    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
كلينت
    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
كلينت
    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
فيه اي أخطاء في الديبوق ؟

كودك شغال 100 %

يستبهل بسس

+ ودي اعرف وش الفايده منه اساسا ,,,,,

كتبت جاتني فلوس وش استفيد ...

اعطيني الكود بجربة

Link to comment

  
    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 by Guest
Link to comment
  
    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

لو ما اشتغل .. ما نقدر نساعدك اكثر من كذا

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
لو ما اشتغل .. ما نقدر نساعدك اكثر من كذا

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 ) 

مشكور ضبط كل شي بس السياره ماتجي وانا ابي مايقدر يصيد الى بسياره محدده :roll:

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...