Jump to content

مساعده


Recommended Posts

Posted

السلام علكيكم

معي مود المود فيه صورة

لما ارفعه علي سيرفر تجريبي

الي هو ينزل مع العبة

يشتغل المود + الصورة

لما ارفعه علي سيرفر خارجي

من استضافة

ما يشتغل المود

و يقول

فيلد

لم يتم العثور علي الصورة

مع اني متأد من كل ش و كل شئ تمام بالميتا

560x95_FFFFFF_FF9900_000000_000000.png
Posted

اطرح كودك طيب ^

 

قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل B-18.png 

Posted

كيف ما محتاجه؟

هحلها لك ازاي وما في كود يبطل :wink:

 

قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل B-18.png 

Posted

بطل و توم : )))

كلنت

  GUIEditor.staticimage[1] = guiCreateStaticImage(9, 22, 508, 448, ":reS3ed/saedaaaed.png", false, GUIEditor.window[3])   

ميتا

  "SaedAmer" name="Sport Sestem" type="script" version="1.0.1" />  
  

اسم الصورة

saedaaaed.PNG 

560x95_FFFFFF_FF9900_000000_000000.png
Posted

انا عملت العكس بدل صغير خلته كبير اشتغل

شكرا -------------------------------

دلوقتي معاية كود التاج في الشات

بس يكرر مع مود التاجات

ايه حلها ؟؟؟

ddEventHandler("onPlayerChat",root,function (msg,Colour) 
local tag = getElementData(source,"tag") or '#FF0000[#005588Player#FF0000]'   
local colour = getElementData(source,"colour") or '#FFFFFF'   
outputChatBox(tag ..' '.. getPlayerName(source) .. ''..colour..' : '.. msg,root, r, g, b, true) 
return cancelEvent() 
end) 

146531446691.png

560x95_FFFFFF_FF9900_000000_000000.png
Posted
  
addEventHandler("onPlayerChat",root,function (msg,Colour) 
local tag = getElementData(source,"tag") 
local colour = getElementData(source,"colour") or '#FFFFFF'   
outputChatBox(tag ..' '.. getPlayerName(source) .. ''..colour..' : '.. msg,root, r, g, b, true) 
return cancelEvent() 
end) 
  

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

addEventHandler("onPlayerChat",root,function (msg,Colour) 
local tag = getElementData(source,"tag")  
local colour = getElementData(source,"colour") or '#FFFFFF'   
outputChatBox(colour..' '.. tag ..' '.. getPlayerName(source) .. ''..colour..' : '.. msg,root, r, g, b, true) 
return cancelEvent() 
end) 

 

قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل B-18.png 

Posted
addEventHandler("onPlayerChat",root,function (msg,Colour) 
local tag = getElementData(source,"tag")  
local colour = getElementData(source,"colour") or '#FFFFFF'   
outputChatBox(colour..' '.. tag ..' '.. getPlayerName(source) .. ''..colour..' : '.. msg,root, r, g, b, true) 
return cancelEvent() 
end) 

تنسخ ردي وتلصقه وتعدل على outputChatBox

وفي صورة موجود يعني انك نسخت حقي ولصقته وعدلت اشياء غير مهمة بتاتاً

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
  
  
addEventHandler("onPlayerChat",root,function (msg,Colour) 
local tag = getElementData(source,"tag") 
local colour = getElementData(source,"colour") or '#FFFFFF'   
outputChatBox(tag ..' '.. getPlayerName(source) .. ''..colour..' : '.. msg,root, r, g, b, true) 
return cancelEvent() 
end) 
  
  

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)

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