Ayuda Con Mi Server
#5

D: no se si te entindi pero aqui tienes uno hecho por mi

Код:
#include <a_samp>

/*puedes usar
~w~ = color blanco
~b~ color azul
~y~ color amarillo
~g~ color verde
~r~ color rojo
para ponerle colores
*/
  
new Text:Pagina;

public OnFilterScriptInit()
{
	print("\n");
	print("Text draw de tu pagina By CЄCє [Abierto]");
	print("\n");
	
  Pagina = TextDrawCreate(3.000000,437.000000,"~w~ mipagina");// aca cambias lo que dice 
" mipagina " SOLO ESO LO OTRO NO ese es el color D:
	TextDrawLetterSize(Pagina, 0.310000, 1.000000);
  TextDrawBackgroundColor(Pagina,0x000000ff);
  TextDrawColor(Pagina,0xffff00cc);
  TextDrawSetOutline(Pagina,1);
	return 1;
}

public OnFilterScriptExit()
{
	print("\n");
	print("Text draw de tu pagina By CЄCє [Cerrado]");
	print("\n");
	return 1;
}

public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid,Pagina);
return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
TextDrawHideForPlayer(playerid,Pagina);
return 1;
}
espero que sea eso D:

Reply


Messages In This Thread
Ayuda Con Mi Server - by El Alentao - 04.02.2010, 21:08
Re: Ayuda Con Mi Server - by TheChaoz - 04.02.2010, 21:42
Re: Ayuda Con Mi Server - by Roymer - 04.02.2010, 23:39
Re: Ayuda Con Mi Server - by TheChaoz - 04.02.2010, 23:56
Re: Ayuda Con Mi Server - by Karkanos - 05.02.2010, 00:35

Forum Jump:


Users browsing this thread: 1 Guest(s)