https://media.giphy.com/media/ZdT2zDh3Bvnkk/giphy.gif
how can i count down like in the picture
------------------ eg countdown from 10 minutes10:00 > 09:59 > 09:58 .....
Is it possible to use color codes like "#00FF00" with guiSetText and guiLabelSetColor functions? It seems that I can't use these codes to make my text in gui-label two-colored.
no, I sent you money, for example
on my screen "Money has been sent to KING KHAN user" should write
on your screen "dj hari 2 must have sent you money" should write
I give an example. my name is johnny, your name is henry
johnny user sent a message to henry
Henry user should be as follows
"henry user has message from johnny user"
outputChatBox("sasas",username, 255, 168, 0, true)
username = person
hello, the message to the person I sent the message came. I want to show the notification
Server.lua
outputChatBox("sasas",getPlayerFromName ( username ) , 255, 168, 0, true)
hello, the message to the person I sent the message came. I want to show the notification
deatchmach/resources/atm/meta.xml yi aç
<export function="createBanking" type="client"/>
bu kodu ekleyerek çalıştır bakalım
ve alttaki kod
function atm(element)
exports["atm"]:createBanking()
end
addEvent( "atm", true )
addEventHandler( "atm", getRootElement(), atm )