[Teknik Destek] Freeroam Panel Lütfen!

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı AlphaNN

  • Yeni Üye
  • *
    • İleti: 14
: 31 Mayıs 2020, 11:17:45
Günaydın hayırlı sabahlar arkadaşlar freeroam panelim için biri servere geldiğinde Nicki ve yanda hoş geldin yazısı için ne yapmalıyım
 


MTASATURK

[Teknik Destek] Freeroam Panel Lütfen!
« : 31 Mayıs 2020, 11:17:45 »

Çevrimdışı best

  • Yeni Üye
  • *
    • İleti: 32
Yanıtla #1 : 31 Mayıs 2020, 11:36:27
freeroamın dosyalarına gir fr_server ın en altına şunu ekle ordan istediğini kaldırabilirsin kendine göre düzenleyebilirsin

Kod
										---------------------------
-- Sunucuya giriş mesajı --
---------------------------

function girismesaj ( )
local joinedPlayerName = getPlayerName ( source )
outputChatBox ( " " , source, 255, 255, 255,true )
outputChatBox ( " " , source, 255, 255, 255,true )
outputChatBox ( " " , source, 255, 255, 255,true )
outputChatBox ( " " , source, 255, 255, 255,true )
outputChatBox ( "#0066ff● #353535" .. joinedPlayerName .. " #ffffffsunucumuza hoş geldin" , source, 255, 255, 255,true )
outputChatBox ( "#00ffff● MB'niz Dolmadıysa #FF0000/araba #00ffffYazarak Araba Alabilirsiniz." , source, 255, 255, 255,true )
outputChatBox ( "#00ffff● Sunucu - Gaming | #ffffff #ffffff© 2020" , source, 255, 255, 255,true )
outputChatBox ( " " , source, 255, 255, 255,true )
outputChatBox ( " " , source, 255, 255, 255,true )
outputChatBox ( " " , source, 255, 255, 255,true )
end
addEventHandler ( "onPlayerJoin", getRootElement(), girismesaj )
« Son Düzenleme: 31 Mayıs 2020, 11:38:32 Gönderen: best »
 


Çevrimdışı AlphaNN

  • Yeni Üye
  • *
    • İleti: 14
Yanıtla #2 : 31 Mayıs 2020, 12:08:46
Linki görebilmek için Kayıt olun yada Giriş yapın.
freeroamın dosyalarına gir fr_server ın en altına şunu ekle ordan istediğini kaldırabilirsin kendine göre düzenleyebilirsin

Kod
										---------------------------
-- Sunucuya giriş mesajı --
---------------------------

function girismesaj ( )
local joinedPlayerName = getPlayerName ( source )
outputChatBox ( " " , source, 255, 255, 255,true )
outputChatBox ( " " , source, 255, 255, 255,true )
outputChatBox ( " " , source, 255, 255, 255,true )
outputChatBox ( " " , source, 255, 255, 255,true )
outputChatBox ( "#0066ff● #353535" .. joinedPlayerName .. " #ffffffsunucumuza hoş geldin" , source, 255, 255, 255,true )
outputChatBox ( "#00ffff● MB'niz Dolmadıysa #FF0000/araba #00ffffYazarak Araba Alabilirsiniz." , source, 255, 255, 255,true )
outputChatBox ( "#00ffff● Sunucu - Gaming | #ffffff #ffffff© 2020" , source, 255, 255, 255,true )
outputChatBox ( " " , source, 255, 255, 255,true )
outputChatBox ( " " , source, 255, 255, 255,true )
outputChatBox ( " " , source, 255, 255, 255,true )
end
addEventHandler ( "onPlayerJoin", getRootElement(), girismesaj )
Olmadı reis bende böyle bi yer var
Kod
 function joinHandler(player)
if not player then
player = source
end
local r, g, b = math.random(50, 255), math.random(50, 255), math.random(50, 255)
setPlayerNametagColor(player, r, g, b)
g_PlayerData[player] = { vehicles = {}, settings={} }
g_PlayerData[player].blip = createBlipAttachedTo(player, 0, 2, r, g, b)
addEventHandler("onFreeroamLocalSettingChange",player,onLocalSettingChange)
if getOption('welcometextonstart') then
outputChatBox('DogukanSkill F1 panel Başlatıldı', player, 255,255,225, true)
      end
 


Çevrimdışı Leaver

  • laravel <3
  • Uzman Üye
  • *
    • İleti: 511
    • Esppa Software
Yanıtla #3 : 31 Mayıs 2020, 12:14:10
son attığın kodlarla bunu değiş
 
Kod
function joinHandler(player)
if not player then
player = source
end
        local joinedPlayerName = getPlayerName (player)
local r, g, b = math.random(50, 255), math.random(50, 255), math.random(50, 255)
setPlayerNametagColor(player, r, g, b)
g_PlayerData[player] = { vehicles = {}, settings={} }
g_PlayerData[player].blip = createBlipAttachedTo(player, 0, 2, r, g, b)
addEventHandler("onFreeroamLocalSettingChange",player,onLocalSettingChange)
if getOption('welcometextonstart') then
outputChatBox ( "#0066ff● #353535" .. joinedPlayerName .. " #ffffffsunucumuza hoş geldin" , player, 255, 255, 255,true )
outputChatBox ( "#00ffff● MB'niz Dolmadıysa #FF0000/araba #00ffffYazarak Araba Alabilirsiniz." , player, 255, 255, 255,true )
outputChatBox ( "#00ffff● Sunucu - Gaming | #ffffff #ffffff© 2020" , player, 255, 255, 255,true )
      end
« Son Düzenleme: 31 Mayıs 2020, 12:16:16 Gönderen: #TalhaTugsat »
 


Çevrimdışı AlphaNN

  • Yeni Üye
  • *
    • İleti: 14
Yanıtla #4 : 31 Mayıs 2020, 12:22:07
Linki görebilmek için Kayıt olun yada Giriş yapın.
son attığın kodlarla bunu değiş
 
Kod
function joinHandler(player)
if not player then
player = source
end
        local joinedPlayerName = getPlayerName (player)
local r, g, b = math.random(50, 255), math.random(50, 255), math.random(50, 255)
setPlayerNametagColor(player, r, g, b)
g_PlayerData[player] = { vehicles = {}, settings={} }
g_PlayerData[player].blip = createBlipAttachedTo(player, 0, 2, r, g, b)
addEventHandler("onFreeroamLocalSettingChange",player,onLocalSettingChange)
if getOption('welcometextonstart') then
outputChatBox ( "#0066ff● #353535" .. joinedPlayerName .. " #ffffffsunucumuza hoş geldin" , player, 255, 255, 255,true )
outputChatBox ( "#00ffff● MB'niz Dolmadıysa #FF0000/araba #00ffffYazarak Araba Alabilirsiniz." , player, 255, 255, 255,true )
outputChatBox ( "#00ffff● Sunucu - Gaming | #ffffff #ffffff© 2020" , player, 255, 255, 255,true )
      end
EYW REIS SAOL KONU ÇÖZÜLDÜ KAPATILABİLİR