Jump to content

[FS]Join/Leave Textdraw Message


RazR

Recommended Posts

mi e numi  apare cand intra sau  iese cineva de pe  server,nu  mi  ati  putea face si mie un script sa mi  apara  numele serverului in dreapta sus intre barile de viata si  de armura,va rog?

Link to comment
Share on other sites

mi e nu mi merge

imi  poti  face te rog si mie un script  sa mi  apara numele serverului  in dreapta  sus intre bara de viata  si  aia de armura,te rog

Esti noob. Happy ? wiki.sa-mp.com

Ai grija ce faci in sectiunea Discutii Scripting.

You've been warned.

Link to comment
Share on other sites

  • 3 months later...

incercati asa

public OnPlayerConnect(playerid)
{
    new pName[24];
    new string[128];
    GetPlayerName(playerid, pName, 24);
    TextDrawDestroy(JLtext);
    format(string, 128,"~y~%s has joined the server ~w~(Connecting)", pName);
    JLtext = TextDrawCreate(0.0, 436.0," ");
    TextDrawLetterSize(JLtext, 0.4 ,1.0);
    TextDrawSetShadow(JLtext, 1);
	TextDrawSetString(JLtext, string);
	TextDrawShowForAll(JLtext);
	SetTimer("TDTime",5000,false);
    return 1;
}
adik sa pui un
TextDrawDestroy(JLtext);

tLYRl.gif
Link to comment
Share on other sites

Join/Leave Textdraw Message

N'am avut ce face si m'am gandit sa fac un join/leave message folosind Textdraw-ul pentru a nu se aglomera chatul.

Acest FS afiseaza pe ecran, in coltul din stanga, jucatorul care se conecteaza sau deconecteaza.

Acest mesaj apare la toti jucatorii si dispare dupa 5 secunde.

e010989v1uskhbdatmv4.png

Download:

2dn2.jpg

Pastebin

imi place,si vreau sa-l folosesc,dar te rog ,mai pune odata linkul pastebin(sa nu se suprapuna ) ,ca ala nu mai e bun  :P

qdbjz10.png

Link to comment
Share on other sites

Guest PlayON

Lol...Cam aiurea, cand se conecteaza 100 playeri ies intra ies intra ies intra.

O sa ai peste 400 de Tduri create....

Mai bine creezi TDul la OnGameModeInit si pui SetString la Connect si Disconnect si in timeru de il opreste pui HideForAll....

Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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

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.