0 Üye ve 1 Ziyaretçi konuyu incelemekte.
function joinHandler() local x = 1959.55 local y = -1714.46 local z = 10 spawnPlayer(source, x, y, z) fadeCamera(source, true) setCameraTarget(source, source) outputChatBox("#459896[SERVER]#FFCC00 ".. getPlayerName(source).. " #459896 Serverimize Hoşgeldiniz ",getRootElement(),255,255,255,true) outputChatBox("#459896[SERVER]#FFCC00 MB sistemimiz, donanımınızı ölçerek hızlanmaktadır.", getRootElement(), r, g, b, true) outputChatBox("#459896[SERVER]#FFCC00 İçeriklerimizi görmeden çıkmamalısın.", getRootElement(), r, g, b, true) outputChatBox("#459896[SERVER]#FFCC00 Sizlere İyi Oyunlar/Eğlenceler.", getRootElement(), r, g, b, true) endaddEventHandler("onPlayerJoin", getRootElement(), joinHandler)
function joinHandler() local x = 1959.55 local y = -1714.46 local z = 10 spawnPlayer(source, x, y, z) fadeCamera(source, true) setCameraTarget(source, source) outputChatBox("#459896[SERVER]#FFCC00 ".. getPlayerName(source).. " #459896 Serverimize Hoşgeldiniz ",source,255,255,255,true) outputChatBox("#459896[SERVER]#FFCC00 MB sistemimiz, donanımınızı ölçerek hızlanmaktadır.", source, r, g, b, true) outputChatBox("#459896[SERVER]#FFCC00 İçeriklerimizi görmeden çıkmamalısın.", source, r, g, b, true) outputChatBox("#459896[SERVER]#FFCC00 Sizlere İyi Oyunlar/Eğlenceler.", source, r, g, b, true) endaddEventHandler("onPlayerJoin", root, joinHandler)