Jump to content

طلب كود


Recommended Posts

Posted

لو سمحت لا تعدل على الكود حفي وتكتب خطأ +

في كودين صالحنين يعني كودك بيفرق مثلاً ؟

Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة

ليس عليك اسعاد الجميع ,
ولكن عليك بإن لا تؤذي أحداً 

=========
You do not have to make everyone happy,
But you should not hurt anyone

 

Want to contact with me?

 

Discord: JustCarry#2616 (Always there)
Skype: Live:JustCarry10 (Not always)

Posted
طب ممكن كود اخر ؟

بدى لما اضغط على زر يظهرلى السريال حقى فى الشات من شان اقدر انسخه من اف 8

يعنى وش الكلمة الاكتبها فى الكود

executeCommandHandler ("serial") 

ذه ^ ما نجح

addEventHandler -- 'onClientGUIClick' 
executeCommandHandler("report") 
  

Discord ID : nxFairlywell#6895

 

Posted
طب ممكن كود اخر ؟

بدى لما اضغط على زر يظهرلى السريال حقى فى الشات من شان اقدر انسخه من اف 8

يعنى وش الكلمة الاكتبها فى الكود

executeCommandHandler ("serial") 

ذه ^ ما نجح

addEventHandler -- 'onClientGUIClick' 
executeCommandHandler("report") 
  

Discord ID : nxFairlywell#6895

 

Posted
addEventHandler("onClientGUIClick",resourceRoot, function ( ) 
if ( source == ForSerial ) then 
outputChatBox ( "Copy This Serial From F8 : " ..getPlayerSerial(), source, 0, 255, 0, false ) 
  
ممكن تصحيح ؟[/quote] 
[lua]  
addEventHandler("onClientGUIClick", root,  
function ( ) 
end 
 end 
 ) 

if source == ForSerial then

local serial = getPlayerSerial(source)

outputChatBox ( "Copy This Serial From F8 : "..serial, 0, 255, 0, false )

end

 end

 )[/lua]

جرب

شو دخل source

في الكنت ؟

+

جرب

function code ( ) 
if source == ForSerial then 
local serial = getPlayerSerial(localPlayer) 
outputChatBox ( "Copy This Serial From F8 : "..serial.." ", 0, 255, 0, true) 
end 
end 
 addEventHandler("onClientGUIClick", root, code) 

:wink:

شكلك فاهم السورس علي انه الاعب من جهة السيرفر :lol:

 

 

Posted
addEventHandler("onClientGUIClick",resourceRoot, function ( ) 
if ( source == ForSerial ) then 
outputChatBox ( "Copy This Serial From F8 : " ..getPlayerSerial(), source, 0, 255, 0, false ) 
  
ممكن تصحيح ؟[/quote] 
[lua]  
addEventHandler("onClientGUIClick", root,  
function ( ) 
end 
 end 
 ) 

if source == ForSerial then

local serial = getPlayerSerial(source)

outputChatBox ( "Copy This Serial From F8 : "..serial, 0, 255, 0, false )

end

 end

 )[/lua]

جرب

شو دخل source

في الكنت ؟

+

جرب

function code ( ) 
if source == ForSerial then 
local serial = getPlayerSerial(localPlayer) 
outputChatBox ( "Copy This Serial From F8 : "..serial.." ", 0, 255, 0, true) 
end 
end 
 addEventHandler("onClientGUIClick", root, code) 

:wink:

شكلك فاهم السورس علي انه الاعب من جهة السيرفر :lol:

 

 

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