4Tuning
Filme
Scurt Metraje
Stiri Online
Anunturi de la forum
Cautare
Sustine-ne
Contact
Regulament
Editare profil
Mesajele proprii
Seriale
[Tutorial] Creare TextDraw playeri online

Conectare

Mi-am uitat parola


[Tutorial] Creare TextDraw playeri online R0Y0A
Fa-ti cont logheaza-te si posteaza ... Poti raspunde la orice subiect doresti cu contul tau official !
Vrei sa dezbati, ai o problema poti deschide un topic nou !
CONECTEAZA-TE PENTRU A DISPAREA ACEST MESAJ !!!
INREGISTREAZA-TE sau CONECTEAZA-TE
X


[Tutorial] Creare TextDraw playeri online 555015_476819839039988_1523718949_n
[Tutorial] Creare TextDraw playeri online Befunk11



Andrw.

Andrw.
Membru fidel
Membru fidel
Salut!

Astazi va arat cum sa faceti un textdraw cu numaru de playeri online pe server.

Pasul 1.
Cod:
new Text:players;

Pasul 2.
Scrieti ctrl+f si scrieti Public OnGameModeInit si sub el adaugam:
Cod:
        // TextDraw for Players Online
   players = TextDrawCreate(54.000000, 326.000000, "_");
   TextDrawBackgroundColor(players, 255);
   TextDrawFont(players, 2);
   TextDrawLetterSize(players, 0.500000, 1.000000);
   TextDrawColor(players, -65281);
   TextDrawSetOutline(players, 1);
   TextDrawSetProportional(players, 1);
   
   for(new i; i < MAX_PLAYERS; i ++)
   {
      if(IsPlayerConnected(i))
      {
         TextDrawShowForPlayer(i, players);
      }
   }
Pasul 3.
Ca sa vada toata lumea scrie ctrl+f si scrie OnPlayerConnect si adauga urmatorul cod:
Cod:
  new strings[15];
   format(strings, 15, "%d/50",GetOnLinePlayers());
   TextDrawSetString(players, strings);
   TextDrawShowForPlayer(playerid, players);
Pasul 4.
Scrie ctrl+f si scrie OnGameModeExit si dedesupt pune urmatorul cod:
Cod:
   TextDrawHideForAll(players);
   TextDrawDestroy(players);
Pasul 5.
Scrie ctrl+f si scrie stock si o sa iti apara ceva de genul stock right(source[], len) deasupra lui pui urmatorul cod:
Cod:
stock GetOnLinePlayers()
{
   new OnLine;
   for(new i, g = GetMaxPlayers(); i < g; i++)
      if(IsPlayerConnected(i))
         OnLine++;
   return OnLine;
}

Asta a fost tot tutorialul , daca aveti probleme sau nelamuriri lasati un reply.

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum

http://www.hitwebcounter.com/htmltutorial.php
WebPage Visits 11.13.2017