Guest Diegtiariow Posted June 9, 2023 Report Share Posted June 9, 2023 NAZWA: Wysłanie wiadomości GG z nazwą nadawcy [CoP] AUTOR: FalkineIsaku WYJAŚNIENIE: Spoiler Wysłanie wiadomości do GG z nazwą nadawcy za pomocą skryptów. PS. Zebrane w jakiś sposób z news_manager.script. OBJAŚNIENIE DO SKRYPTU I SAM SKRYPT: Spoiler Zapisujemy w xr_effects.script: function nazwa_funkcji(actor, type, amount) local news_caption = game.translate_string("Nazwa_nadawcy_wiadomości") local news_text = game.translate_string("Tekst_wiadomości") db.actor:give_game_news(news_caption, news_text, "Ikonka nadawcy (nie z news_manager.script, a wprost z ui\textures_descr\***", nil, czas wyświetlenia wiadomości) end Przykład: function esc_test_sms(actor, type, amount) local news_caption = game.translate_string("st_test_sms_caption") local news_text = game.translate_string("st_test_sms_text") db.actor:give_game_news(news_caption, news_text, "ui_inGame2_Fanat", nil, 10000) end Wywołujemy standardowo: on_info = {warunek} %=esc_test_sms% ŹRÓDŁO: https://ap-pro.ru/forums/topic/3997-cop-otpravka-soobshteniya-gg-s-imenem-otpravitelya/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.