it's not what he want, he wants to know when the data must be stored.
In that case when admins set ( VIP ) for certain account.
No, he wants to know how he should get the data.
https://wiki.multitheftauto.com/wiki/Meta.xml
study more, my friend NOOB
Seriously?
How should someone use files which he didn't downloaded? That's impossible if you don't make an own download system.
You could use to
getKeyState
check which key was pressed.
And maybe a variable which counts how often that key was pressed so you could do the jogging.
No that can't.
This might help you :
addEventHandler("onClientMouseEnter",yourgui,
function()
guiSetText(yourlabel,"YourText")
end
)
addEventHandler("onClientMouseLeave",yourgui,
function()
guiSetText(yourlabel,"")
end
)