Jump to content

طلب تعديل علي كود


Ahmed Ly

Recommended Posts

السلام عليكم

كود هدا يبي تعديل نبيه يتكرار في شات زي مود ديربي

function go () 
setTimer(outputChatBox,30000,1,"لدخول ساحة الحرب اكتب في شات قتال او في اف8",root,0,0,0,true) 
 end 
 addEventHandler ( "onResourceStart", root,go) 

:oops::oops::oops:

Link to comment
السلام عليكم

كود هدا يبي تعديل نبيه يتكرار في شات زي مود ديربي

function go () 
setTimer(outputChatBox,30000,1,"لدخول ساحة الحرب اكتب في شات قتال او في اف8",root,0,0,0,true) 
 end 
 addEventHandler ( "onResourceStart", root,go) 

:oops::oops::oops:

addEventHandler ( "onResourceStart", 
setTimer ( function() 
outputChatBox ( "text",0,0,0,true ) 
end, 30000, 0 ) 
) 

جرب هاي ملاحظة لم تتم التجربة :wink:

Link to comment
السلام عليكم

كود هدا يبي تعديل نبيه يتكرار في شات زي مود ديربي

function go () 
setTimer(outputChatBox,30000,1,"لدخول ساحة الحرب اكتب في شات قتال او في اف8",root,0,0,0,true) 
 end 
 addEventHandler ( "onResourceStart", root,go) 

addEventHandler ( "onResourceStart", 
setTimer ( function() 
outputChatBox ( "text",0,0,0,true ) 
end, 30000, 0 ) 
) 

جرب هاي ملاحظة لم تتم التجربة

addEventHandler ( "onResourceStart",root, 
setTimer ( function() 
outputChatBox ( "text",0,0,0,true ) 
end, 30000, 0 )      
 )   

انت عندك خطا في root :oops:

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