Jump to content

كود beg jomp


Recommended Posts

طيب اي كلمه اغيرها واحط بدالها

hovercars

او

aircars

او

extrabunny

او

extrajump -- ذي الي ابيها

ابدالها بوش؟

setWorldSpecialPropertyEnabled ( string propname, bool enable ) 

بدال

propname

او

enable

؟؟؟

Link to comment
طيب اي كلمه اغيرها واحط بدالها

hovercars

او

aircars

او

extrabunny

او

extrajump -- ذي الي ابيها

ابدالها بوش؟

setWorldSpecialPropertyEnabled ( string propname, bool enable ) 

بدال

propname

او

enable

؟؟؟

اتوقع كذا

setWorldSpecialPropertyEnabled (extrajump,true) 

Edited by Guest
Link to comment
طيب اي كلمه اغيرها واحط بدالها

hovercars

او

aircars

او

extrabunny

او

extrajump -- ذي الي ابيها

ابدالها بوش؟

setWorldSpecialPropertyEnabled ( string propname, bool enable ) 

بدال

propname

او

enable

؟؟؟

setWorldSpecialPropertyEnabled ( 'extrajump', true ) 

Link to comment

معليش بس ذا الي قدرت عليه

سيرفر مو لازم اطرحه معروف حق اخذ الفلوس ويطلع كلام في الشات

ذا كلنت

addEventHandler ("onClientGUIClick", getRootElement(), 
function(button, state, absoluteX, absoluteY) 
if ( source ==  shop_42 ) then  
triggerServerEvent("big",getLocalPlayer())  
setWorldSpecialPropertyEnabled("extrajump", true) 
    setTimer ( function() 
        outputChatBox(".:[big jump Well End After : 3 Minutes]:.", 255, 255, 0, true ) 
    end, 30000, 1 ) 
end 
end  
end  
) 

Link to comment
معليش بس ذا الي قدرت عليه

سيرفر مو لازم اطرحه معروف حق اخذ الفلوس ويطلع كلام في الشات

ذا كلنت

addEventHandler ("onClientGUIClick", getRootElement(), 
function(button, state, absoluteX, absoluteY) 
if ( source ==  shop_42 ) then  
triggerServerEvent("big",getLocalPlayer())  
setWorldSpecialPropertyEnabled("extrajump", true) 
    setTimer ( function() 
        outputChatBox(".:[big jump Well End After : 3 Minutes]:.", 255, 255, 0, true ) 
    end, 30000, 1 ) 
end 
end  
end  
) 

setTimer ( setWorldSpecialPropertyEnabled, 30000, 1, 'extrajump', false ) 

Link to comment

عاشق تقصد كذا؟

addEventHandler ("onClientGUIClick", getRootElement(), 
function(button, state, absoluteX, absoluteY) 
if ( source ==  shop_42 ) then  
triggerServerEvent("big",getLocalPlayer())  
setTimer ( setWorldSpecialPropertyEnabled, 30000, 1, 'extrajump', false ) 
end  
end  
) 

:mrgreen:

Link to comment
  
addEventHandler ("onClientGUIClick", root, 
    function ( ) 
        if ( source == shop_42 ) then 
            setWorldSpecialPropertyEnabled ( "extrajump", true ) 
            setTimer ( setWorldSpecialPropertyEnabled, 30000, 1, "extrajump", false ) 
        end 
    end 
) 
  

بالنسبة لـ التريقر ماعتقد تحتاجه :/

Link to comment
  
addEventHandler ("onClientGUIClick", root, 
    function ( ) 
        if ( source == shop_42 ) then 
            setWorldSpecialPropertyEnabled ( "extrajump", true ) 
            setTimer ( setWorldSpecialPropertyEnabled, 30000, 1, "extrajump", false ) 
        end 
    end 
) 
  

بالنسبة لـ التريقر ماعتقد تحتاجه :/

يحتاجه عشان الفلوس

Link to comment

اذا حطيتها كلنت راح تنسحب بشكل صورة فقط!!

اما سيرفر راح تنسحب

يعني لو كلنت يطلع و يدخل السيرفر ما تتغير الفلوس اما سيرفر تنسحب

هو حط تريقير عشان يبي يسحب فلوس :|

حتى لو ما معه فلوس big jump كذا بيعطيه

المفروض يسوي ترقير لـ سيرفر ثم ترقير من السيرفر للكلينت

ادري :]

كذاا

كلنت

addEventHandler ("onClientGUIClick", getRootElement(), 
function(button, state, absoluteX, absoluteY) 
  if ( source ==  shop_42 ) then 
    if(getPlayerMoney(localPlayer)=> 1000)then 
      triggerServerEvent("big",getLocalPlayer()) 
setWorldSpecialPropertyEnabled('extrajump',true) 
         setTimer ( setWorldSpecialPropertyEnabled, 30000, 1, 'extrajump', false ) 
        end 
    end 
end) 

سيرفر

addEvent("big",true) 
addEventHandler("big",root, 
function() 
takePlayerMoney(source,1000) 
end) 
  

Link to comment
هو حط تريقير عشان يبي يسحب فلوس :|

حتى لو ما معه فلوس big jump كذا بيعطيه

المفروض يسوي ترقير لـ سيرفر ثم ترقير من السيرفر للكلينت

اول شي التريقر من كلنت لسيرفر

addEventHandler ("onClientGUIClick", getRootElement(), 
function(button, state, absoluteX, absoluteY) 
if ( source ==  shop_42 ) then  
triggerServerEvent("big",getLocalPlayer())  
end  
 end 
)  

بعدين تريقر من سيرفر لكلنت

addEvent("big",true) 
addEventHandler("big",root, 
function() 
local PlayerMoney = getPlayerMoney(source) 
 if ( PlayerMoney >= 1800) then  
    takePlayerMoney(source,1800)  
    triggerClientEvent(source, "bigg",source) 
       local name = getPlayerName(source) 
        outputChatBox ( "#ffffff[#ff0000 " .. name .. " #ffffff] #FDD017 Has Bought #0000ffBig Jump", getRootElement(), 255, 0, 0, true ) 
        outputChatBox ( ".:[ Big Jump Well End After : 3 Minutes ]:.", source, 255, 255, 0, true ) 
        else 
          outputChatBox("* you Don't have enough Money !", source, 255, 0, 0, true) 
end  
end  
) 

واخيرا كلنت

addEvent("bigg",true) 
addEventHandler("bigg", root, 
function() 
setWorldSpecialPropertyEnabled ( "extrajump", true ) 
setTimer ( setWorldSpecialPropertyEnabled, 30000, 1, "extrajump", false ) 
end  
end) 

Edited by Guest
Link to comment

شوف كودي الي فوق ^

و هاذي

outputChatBox ( ".:[ Big Jump Well End After : 3 Minutes ]:.", getRootElement(), 255, 255, 0, true ) 

المفروض تجي للاعب نفسه مو للكل يعني يصير كذا

outputChatBox ( ".:[ Big Jump Well End After : 3 Minutes ]:.", source, 255, 255, 0, true ) 

Link to comment
شوف كودي الي فوق ^

و هاذي

outputChatBox ( ".:[ Big Jump Well End After : 3 Minutes ]:.", getRootElement(), 255, 255, 0, true ) 

المفروض تجي للاعب نفسه مو للكل يعني يصير كذا

outputChatBox ( ".:[ Big Jump Well End After : 3 Minutes ]:.", source, 255, 255, 0, true ) 

عدلت الكود شوف وش الخطأ الي فيه

Link to comment

زايد end عندك

addEvent("bigg",true) 
addEventHandler("bigg", root, 
function() 
setWorldSpecialPropertyEnabled ( "extrajump", true ) 
setTimer ( setWorldSpecialPropertyEnabled, 30000, 1, "extrajump", false ) 
end 
end) 

التعديل

addEvent("bigg",true) 
addEventHandler("bigg", root, 
function() 
     setWorldSpecialPropertyEnabled("extrajump", true) 
     setTimer(setWorldSpecialPropertyEnabled, 30000, 1, "extrajump", false) 
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...