Jump to content

Recommended Posts

السلام عليكم ورحمه الله وبركاتة

انا اعرف التريقر وهو شئ بسيط جدا | بس ما اعرف اعمل كذا واحد مثلا 

مثلا : 

 

-- #Client 
i = 0
triggerServerEvent("Value",root,i)

-- #Server
test = function(i)
i=i+1
end
addEvent("Value",true)
addEventHandler("Value",root,test)

مثال لو ام تي ايه شافتوا بتمسح اللعبه ادري :lol: | المهم ان القيمه متعرفه في السيرفر ازاي ارجعها تاني للكلنت ؟
 

وارجوكم احيانا في تعليقات انتا غبي ومدري ايش ارجوكم تعفوني منها وشكرا جدا

Link to comment
-- #Client
i = 0
triggerServerEvent("Value",localPlayer,i)

-- #Server
test = function(i)
i=i+1
end
addEvent("Value",true)
addEventHandler("Value",root,test)

شكرا علي التصحيح | بس ما شرحتلي ازاي ارجع القيمه من السيرفر بعد لما عملت تريقر ؟

@+Source|>

 

 

 

 

Edited by KillerX
Link to comment
4 hours ago, KillerX said:

-- #Client
i = 0
triggerServerEvent("Value",localPlayer,i)

-- #Server
test = function(i)
i=i+1
end
addEvent("Value",true)
addEventHandler("Value",root,test)

شكرا علي التصحيح | بس ما شرحتلي ازاي ارجع القيمه من السيرفر بعد لما عملت تريقر ؟

@+Source|>

 

 

 

 

    -- #Client
    i = 0
    triggerServerEvent("Value",localPlayer,i)

    -- #Server
    test = function(i)
    i=i+1
  	triggerClientEvent(source,"Client:Value",source,i)
    end
    addEvent("Value",true)
    addEventHandler("Value",root,test)

 

  • Thanks 1
Link to comment
-- #Client
i = 0
triggerServerEvent("Value",localPlayer,i)

-- #Server
test = function(i)
i=i+1
triggerClientEvent(source,"Client:Value",source,i)
end
addEvent("Value",true)
addEventHandler("Value",root,test)

شكرا | تسلم يدك

Link to comment
2 hours ago, KillerX said:

-- #Client
i = 0
triggerServerEvent("Value",localPlayer,i)

-- #Server
test = function(i)
i=i+1
triggerClientEvent(source,"Client:Value",source,i)
end
addEvent("Value",true)
addEventHandler("Value",root,test)

شكرا | تسلم يدك

العفو, تحت خدمتك

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