Jump to content

مساعده


Recommended Posts

Posted

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

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

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

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

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

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

من استضافة

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

و يقول

فيلد

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

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

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 

Posted

جرب غير صيغة الصوره من الحرف الكبير الى الحرف الصغير

saedaaaed.PNG

الي

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

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) 
  

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

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

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) 
  
  

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