Jump to content

سريال


Recommended Posts

function Bad( )
if source == button1 then -- اسم الزر
triggerServerEvent("XxXXxXxXxXxxX", localPlayer)
end
end
addEventHandler ("onClientGUIClick", root,Bad)

addEvent("Serials",true)
addEventHandler("Serials",root,
function (theSerial)
setClipboard( theSerial ) 
end
)
--Server
addEvent("XxXXxXxXxXxxX",true)
addEventHandler("XxXXxXxXxXxxX",root,
function ( )
local theSerial = getPlayerSerial( source )
triggerClientEvent("Serials",root,theSerial)
end
)

تفضل جرب

  • Thanks 1
Link to comment

@#Bad_Boy,

وش بيصير لو تركته يحاول حتى ولو مرة ادري اننا كنا نطلب حتى انا كنت اطلب اكواد جاهزة وكذا

بس ما كنت اتعلم شي ابد الا لما بدأت اعتمد علي نفسي غير كذا كنت دايما متعود علي الاكواد الجاهزة ورح شف بروفايلي زمان

صحيح ان مالي دخل بس لو كنت تتركه يحاول افضل

وياليت ما اكون ازعجتك ولا شي .

  • Like 1
Link to comment
33 minutes ago, !#DesTroyeR_,) said:

@#Bad_Boy,

وش بيصير لو تركته يحاول حتى ولو مرة ادري اننا كنا نطلب حتى انا كنت اطلب اكواد جاهزة وكذا

بس ما كنت اتعلم شي ابد الا لما بدأت اعتمد علي نفسي غير كذا كنت دايما متعود علي الاكواد الجاهزة ورح شف بروفايلي زمان

صحيح ان مالي دخل بس لو كنت تتركه يحاول افضل

وياليت ما اكون ازعجتك ولا شي .

انا كنت ابي اساعده هو مو طلب
جاهز او فنكشات على العموم هو يتعلم من الاكواد .

  • Like 1
Link to comment
3 hours ago, #Bad_Boy, said:

function Bad( )
if source == button1 then -- اسم الزر
triggerServerEvent("XxXXxXxXxXxxX", localPlayer)
end
end
addEventHandler ("onClientGUIClick", root,Bad)

addEvent("Serials",true)
addEventHandler("Serials",root,
function (theSerial)
setClipboard( theSerial ) 
end
)
--Server
addEvent("XxXXxXxXxXxxX",true)
addEventHandler("XxXXxXxXxXxxX",root,
function ( )
local theSerial = getPlayerSerial( source )
triggerClientEvent("Serials",root,theSerial)
end
)

تفضل جرب

 

On 20/02/2019 at 10:27, #Bad_Boy, said:

*


addCommandHandler("سريال",
function ( )
local Serial = getPlayerSerial ( localPlayer )
setClipboard( Serial )
outputChatBox("!! تم نسخ سريالك ", 255, 0, 0, true )
end
)

 

  • Like 1
  • Confused 1
Link to comment
4 hours ago, #Bad_Boy, said:

function Bad( )
if source == button1 then -- اسم الزر
triggerServerEvent("XxXXxXxXxXxxX", localPlayer)
end
end
addEventHandler ("onClientGUIClick", root,Bad)

addEvent("Serials",true)
addEventHandler("Serials",root,
function (theSerial)
setClipboard( theSerial ) 
end
)
--Server
addEvent("XxXXxXxXxXxxX",true)
addEventHandler("XxXXxXxXxXxxX",root,
function ( )
local theSerial = getPlayerSerial( source )
triggerClientEvent("Serials",root,theSerial)
end
)

تفضل جرب

 

5 hours ago, !#DesTroyeR_,) said:

--client
"onClientGUIClick"
triggerServerEvent
setClipboard

--Server
getPlayerSerial
triggerClientEvent

هذي الفنكشنات الي بتحتاجها *

شكرا شباب

Link to comment
1 hour ago, Omar Aly said:

مرة اخري

حطوا ايند بعد الفنكشن

Note: If the GUI Element attached to this event has a parent element, this event will be triggered once the parent element of the attached element is clicked too. You can set the parameter getPropagated to false in the call to addEventHandler to prevent this.

 

لان ببساطة لو الاخ مسوي الزر دا في اللوحة

ويوم يجي يدوس علي اللوحة بيصير كانوا داس علي الزر

 

Link to comment
9 hours ago, KillerX said:

يجي

اعذرني لكن كلامك خاطئ

المقصود من ال note هوا

لو انت مسوي كذا

addEventHandler('onClientGUIClick',btn,function()
    
    end)

الايفينت ذا بيصيرله تراجر اكثر من مره

وبالمنتات مختلفه

فعشان تتجنب ذا الشي تسويها كذا

addEventHandler('onClientGUIClick',btn,function()
    
    
    end,false)

بالتوفيق

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