ماضبط
addEventHandler ("onResourcePreStart", getRootElement(),
function()
fadeCamera(false)
showChat(true)
end
)
aa = guiCreateLabel(252,389,531,44,"Please wait until the download Resource",false)
guiSetFont(aa,"sa-header")
function changeLabelColor ( )
guiLabelSetColor ( aa, math.random(0, 255), math.random(0, 255), math.random(0, 255) ) --- اللون
end
setTimer ( changeLabelColor, 1000, 0 )
addEventHandler ( "onResourceStart", getRootElement(),
function()
fadeCamera(true)
showChat(true)
destroyElement(aa)
end
)
onResourceStart - سيرفر وانت حاطه كلنت؟