Jump to content

طلب تعديل كود / طلب كود التايمر


Hiross

Recommended Posts

سلام عليكم . , ,

بغيت تعديل علي الكود ذذ

  
function Hiro(   ) 
local x,y = guiGetScreenSize() 
   guiCreateStaticImage( x/2-800/2, y/2-600/2, 800, 600, "UT.png", false ) 
   guiSetVisible (UT ,false) 
end 
outputChatBox ( "#055555Don't forget to visit us at", 255, 255, 255, true ) 
outputChatBox ( "#084342TheUntouchablesMTA.cf", 255, 255, 255, true ) 
addEventHandler( "onClientResourceStart", root, Hiro) 
  

ابى لما المود يفتح يظهر الصورة ثانيتين بعدين تختفي

بس ماعرف للتايمر :/

وشكرا :fadein:

Link to comment
local x, y = guiGetScreenSize() 
local UT = guiCreateStaticImage(x/2-800/2, y/2-600/2, 800, 600, "UT.png", false) 
setTimer(guiSetVisible, 2000, 1, UT, false) 
outputChatBox("#055555Don't forget to visit us at", 255, 255, 255, true) 
outputChatBox("#084342TheUntouchablesMTA.cf", 255, 255, 255, true) 

ينقل إلى قسم البرمجة

Link to comment
local x, y = guiGetScreenSize() 
local UT = guiCreateStaticImage(x/2-800/2, y/2-600/2, 800, 600, "UT.png", false) 
setTimer(guiSetVisible, 2000, 1, UT, false) 
outputChatBox("#055555Don't forget to visit us at", 255, 255, 255, true) 
outputChatBox("#084342TheUntouchablesMTA.cf", 255, 255, 255, true) 

ينقل إلى قسم البرمجة

جربتة م فتحت الصورة

Link to comment

addEventHandler( "onClientResourceStart", root, Hiro) 
function Hiro(   ) 
local x, y = guiGetScreenSize() 
local UT = guiCreateStaticImage(x/2-800/2, y/2-600/2, 800, 600, "UT.png", false) 
outputChatBox("#055555Don't forget to visit us at", 255, 255, 255, true) 
outputChatBox("#084342TheUntouchablesMTA.cf", 255, 255, 255, true) 
end 
  
  
  
 setTimer ( function()  
 guiSetVisible (UT, false) 
 end, 5000, 1 )  

Link to comment
الكودين حق الاخ تابل و الاخ سترونق صحيحين

تأكد من مسار و اسم و صيغة الصورة

و اذا كله تمام شوف الديبق وش يقول

جربت الاثنين والصورة م تطلع

المسار صح

والاسماء صح

وصيغة الصورة صح

وما يطلع شئ بالديبق

Link to comment
الكودين حق الاخ تابل و الاخ سترونق صحيحين

تأكد من مسار و اسم و صيغة الصورة

و اذا كله تمام شوف الديبق وش يقول

جربت الاثنين والصورة م تطلع

المسار صح

والاسماء صح

وصيغة الصورة صح

وما يطلع شئ بالديبق

الاكواد شغاله تأكد من الميتا وانك معرف الصورة بالميتا

واطرح الميتا ض1

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