Window isn't fully open during onJoin so this message is being sent but won't be seen. Try this instead:nothing happens, I added in chatchannels, help
function onJoin(player)
addEvent(function(cid)
local player = Player(cid)
if not player then return end
player:sendChannelMessage("", "MESSAGE", TALKTYPE_CHANNEL_R1, CHANNEL_HELP)
end, 100, player.uid)
return true
end
send your help channel .lua script pleasenothing happens, I added in chatchannels, help
Window isn't fully open during onJoin so this message is being sent but won't be seen. Try this instead:nothing happens, I added in chatchannels, help
function onJoin(player)
addEvent(function(cid)
local player = Player(cid)
if not player then return end
player:sendChannelMessage("", "MESSAGE", TALKTYPE_CHANNEL_R1, CHANNEL_HELP)
end, 100, player.uid)
return true
end