Jump to content
  • 0

GameText


Guest Alxxie

Question

In legatura cu game textul(mesaj care apare pe tot ecranul)...

Stiu ca trebuie sa scrii GameTextForAll("Mesaj"); pentru a aparea un mesaj la toata lumea.

Inafara de "Mesaj" ce trebuie sa mai scriu in paranteza aia???

P.S Stiu pana la GameText...... sa scriu celelalte chestii.Vreau doar sa stiu ce mai trebuie sa scriu in paranteza inafara de mesajul scris intre ghilimele.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Culoarea, timpul si stilul.

Ex:

GameTextForAll(COLOR_RED, "Mesaj" 5000, 3);
Iar cand pui sa trimeata doar la un player, faci asa:
GameTextForPlayer(playerid, "text", 5000, 4);

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

Link to comment
Share on other sites

=-" post="18815" timestamp="1252934755"]

Culoarea, timpul si stilul.

Ex:

GameTextForAll(COLOR_RED, "Mesaj" 5000, 3);
Iar cand pui sa trimeata doar la un player, faci asa:
GameTextForPlayer(playerid, "text", 5000, 4);

GameTextForPlayer(playerid, "text-ul", 5000, 4);

GameTextForPlayer(playerid, "text", timp, stil); (timpul este in ms, adica 1000 = 1 secunda)

ir2tc1.png [url=http://forum.sa-mp.ro/filter-scripts-and-gamemode
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.