Jump to content

návod Textdraw z includu (Rýchlo a jednoducho)


Jáá

Recommended Posts

Bohužial meno autora som už zabudol.Tento include som mal už dosť dlho.Je to jednoduché.

 

Náhlad

 

hl7j.jpg

 

 

Použitie

 

Include

#include <LB_TDBox>

 

Samotný textdraw

 

TD_SendMessage(playerid, "Vitajte na servery", "Spawn");

 

playerid - Predvolená funkcia.Pošle signál hráčovy.

Vitajte na servery - Náš text.Môžete zmeniť na čo chcete,

Spawn - Nadpis texdrawu

 

Texdraw zmizne automaticky po 5 sekundách.

 

Format

 

 

new Money = GetPlayerMoney(playerid);

new string[256];
format(string,256,"Peniaze : %d",Money);
TD_SendMessage(playerid,string,"Stats");

 

 

Nový riadok

 

Nový riadok vložíte pomocou ~n~.

 

 

 

Include na stiahnutie v prílohe

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...