Jump to content

طلب كود


Recommended Posts

Posted
  
function chat () 
outputChatBox("Welcome To Gta Pro Server Gang War",0,255,0,true) 
end 
setTimer ( chat , 50000, 0 ) 

function chat () 
outputChatBox("Welcome To Gta Pro Server Gang War",0,255,0,true) 
end 
setTimer ( chat , 300000, 0 ) 

Posted (edited)
  
function chat () 
outputChatBox("Welcome To Gta Pro Server Gang War",0,255,0,true) 
end 
setTimer ( chat , 50000, 0 ) 

function chat () 
outputChatBox("Welcome To Gta Pro Server Gang War",0,255,0,true) 
end 
setTimer ( chat , 300000, 0 ) 

Sorry, but I Don't use SetTimer Correctly :$ Thank You SoRa :oops: .

I do not know how to calculate the time :oops::oops: .

Can you explain Set Timer, please?

Edited by Guest
Posted
  
function chat () 
outputChatBox("Welcome To Gta Pro Server Gang War",0,255,0,true) 
end 
setTimer ( chat , 50000, 0 ) 

function chat () 
outputChatBox("Welcome To Gta Pro Server Gang War",0,255,0,true) 
end 
setTimer ( chat , 300000, 0 ) 

Sorry, but I Don't use SetTimer Correctly :$ Thank You SoRa :oops:

look at my signature ^^

Posted (edited)
booo = { 
"welcome to server", 
"انت نفر كؤيس" 
"هذا سكربت ياصديق يسوي رساله كل 7 دقيقه  " 
} 
  
  
  
setTimer(function() 
ouputChatBox("| "..booo[math.random(1,3)].." |",getRootElement(),0,255,0,false) 
end,70000,0) 

Edited by Guest
Posted
booo = { 
"welcome to server", 
"انت نفر كؤيس" 
"هذا سكربت ياصديق يسوي رساله كل 7 دقيقه  " 
} 
  
  
  
setTimer(function() 
ouputChatBox("| "..booo[math.random(1,3)].." |",getRootElement(),0,255,0,false) 
end,7000,0) 

Math Random ?? You Can Use This Code iF You Want To Do Rules in The Chat ((=

Posted

you can use 60 * 1000 for example to get 60 seconds on milliseconds

,

easy way is to use google , type in search

10 minutes = milliseconds

then you'll get results in milliseconds

Posted
you can use 60 * 1000 for example to get 60 seconds on milliseconds

,

easy way is to use google , type in search

10 minutes = milliseconds

then you'll get results in milliseconds

Thank you really a good idea to use Google I understand now :D

Posted

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

مافيه ينتبه انا في هذا وقت

بس فيه عدل ل عيون نفرآت كويسآت

وانت يانفر مافيه يودقق وآجد انا فيه يحوس انتا في مدقق املائي في منتدى :mrgreen:

Posted
معليش يانفرات ياكويسآت انا فيه يسوي الكود بسرعه

مافيه ينتبه انا في هذا وقت

بس فيه عدل ل عيون نفرآت كويسآت

وانت يانفر مافيه يودقق وآجد انا فيه يحوس انتا في مدقق املائي في منتدى :mrgreen:

Can You Spaeke Arabic Please :|

Posted
معليش يانفرات ياكويسآت انا فيه يسوي الكود بسرعه

مافيه ينتبه انا في هذا وقت

بس فيه عدل ل عيون نفرآت كويسآت

وانت يانفر مافيه يودقق وآجد انا فيه يحوس انتا في مدقق املائي في منتدى :mrgreen:

Can You Spaeke Arabic Please :|

he speaks Arabic, but it's the tone banagala :D

Posted
معليش يانفرات ياكويسآت انا فيه يسوي الكود بسرعه

مافيه ينتبه انا في هذا وقت

بس فيه عدل ل عيون نفرآت كويسآت

وانت يانفر مافيه يودقق وآجد انا فيه يحوس انتا في مدقق املائي في منتدى :mrgreen:

انت نفرة كويسة ، :)

Posted

هذا اختصار حلوو تفهم منه يا فهد

hours * minutes * seconds * 1000 

seconds = الثواني

minutes = اذا تبي تكتب في الدقايق لازم الثواني تكون 60

hours = اذا تبي تكتب في الساعات لازن تكون الدقايق 60

ان شاء الله فهمت

Posted
هذا اختصار حلوو تفهم منه يا فهد
hours * minutes * seconds * 1000 

seconds = الثواني

minutes = اذا تبي تكتب في الدقايق لازم الثواني تكون 60

hours = اذا تبي تكتب في الساعات لازن تكون الدقايق 60

ان شاء الله فهمت

Thank you all I understand now :D

Posted
function MinutesToMilliseconds( number ) 
    return number * 60 * 1000 
end 
  
setTimer( 
    function( ) 
        outputChatBox 'Text' 
    end, MinutesToMilliseconds( 1 ), 10 
) 

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

Posted
هذا اختصار حلوو تفهم منه يا فهد
hours * minutes * seconds * 1000 

seconds = الثواني

minutes = اذا تبي تكتب في الدقايق لازم الثواني تكون 60

hours = اذا تبي تكتب في الساعات لازن تكون الدقايق 60

ان شاء الله فهمت

Thank you all I understand now :D

العفوو

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