Jump to content

Wysłanie wiadomości GG z nazwą nadawcy [CoP]


Guest Diegtiariow

Recommended Posts

Guest Diegtiariow

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/

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.