Jump to content

Recommended Posts

Posted

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

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

مثلا : 

 

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

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

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

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

                                                         هل ساعدتك في شئ ؟؟؟؟

                                                Mmpe7Jm.gif

                                                   latest?cb=20170707023932                 

                                            KillerX#9078

Posted (edited)
-- #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

                                                         هل ساعدتك في شئ ؟؟؟؟

                                                Mmpe7Jm.gif

                                                   latest?cb=20170707023932                 

                                            KillerX#9078

Posted
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

سقطت تفاحة واحدة ففهم الأنسان معنى الجاذبية

سقطت الملايين من الجثث ولم يفهم الأنسان معنى الأنسانية

===========

One apple fell and people understood Gravity

Millions of bodies fell and people did not understand the meaning of humanity

Spoiler

SOCIAL MEDIA / التواصل الإجتماعي

~[ p_8157bqso1.png SnapChat : xry-n .  ]~

~[ p_815kbq0c2.png 0506748951 . ]~

 

Posted
-- #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)

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

                                                         هل ساعدتك في شئ ؟؟؟؟

                                                Mmpe7Jm.gif

                                                   latest?cb=20170707023932                 

                                            KillerX#9078

Posted
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)

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

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

سقطت تفاحة واحدة ففهم الأنسان معنى الجاذبية

سقطت الملايين من الجثث ولم يفهم الأنسان معنى الأنسانية

===========

One apple fell and people understood Gravity

Millions of bodies fell and people did not understand the meaning of humanity

Spoiler

SOCIAL MEDIA / التواصل الإجتماعي

~[ p_8157bqso1.png SnapChat : xry-n .  ]~

~[ p_815kbq0c2.png 0506748951 . ]~

 

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