0 Üye ve 1 Ziyaretçi konuyu incelemekte.
local screenW, screenH = guiGetScreenSize()local refx,refy = 1920,1080--loginmessagefunction dxJoinMessage() dxDrawText("HOSGELDINIZ:",screenW*(refx/2/refx),screenH*((refy/2-100)/refy),_,_, tocolor(155,155,155, 255), screenH*(2/refy), "sans", "center", "center", false, true, false, false, false) dxDrawText("TEST",screenW*((refx/2)/refx),screenH*((refy/2-50)/refy),_,_, tocolor(255,100,0, 255), screenH*(6/refy), "default-bold", "center", "center", false, true, false, false, false) end addEvent("joinDx",true)addEventHandler("joinDx",root, function ( ) addEventHandler("onClientRender",root,dxJoinMessage) end)
addEventHandler("onPlayerJoin", root, function() outputChatBox(getPlayerName(source).." has joined in!", root, 250,0,0,true) triggerClientEvent(source,"joinDx",source) end)
<download_priority_group>1</download_priority_group>