[Pedido] Textdraw
#10

Isso deve servir para pegar as coordenadas : http://nepag.com.br/rK/iEditor/

pawn Код:
tlevel1 = TextDrawCreate(X,Y,"Level :");
No entanto se quiser fazer com o level do jogador tem de fazer com isso :

https://sampwiki.blast.hk/wiki/Format

pawn Код:
new string[35];
format(string,sizeof(string),"Level : %d", score);
tlevel1 = TextDrawCreate(X,Y,string);
Quanto ao ultimo code nгo tenho a certeza , se tiver errado corrijam-me .
Reply


Messages In This Thread
Textdraw - by Stifler4i20 - 26.11.2013, 13:14
Re: Textdraw - by Delete_ - 26.11.2013, 13:38
Re: Textdraw - by Stifler4i20 - 26.11.2013, 13:40
Respuesta: Textdraw - by cantiliano - 26.11.2013, 14:05
Re: Textdraw - by iDreak - 26.11.2013, 14:12
Re: Textdraw - by Stifler4i20 - 26.11.2013, 14:35
Re: Textdraw - by Gleisson_. - 26.11.2013, 14:47
Re: Textdraw - by Stifler4i20 - 26.11.2013, 15:00
Re: Textdraw - by Stifler4i20 - 26.11.2013, 17:02
Re: Textdraw - by Tugamars - 26.11.2013, 18:02

Forum Jump:


Users browsing this thread: 5 Guest(s)