07.01.2015, 23:13
(
Последний раз редактировалось [BOPE]Seu._.Madruga; 07.01.2015 в 23:44.
)
PHP код:
new Text:ServerName;
#define Vermelho 0xFF0000AA
public OnGameModeInit()
{
ServerName = TextDrawCreate(165.000000, 127.000000,"Bem-Vindo");
TextDrawColor(ServerName, Vermelho);
TextDrawSetShadow(ServerName, 1);
return 1;
}
public OnPlayerRequestClass(playerid, classid)
{
TextDrawShowForPlayer(playerid, ServerName);
return 1;
}
public OnPlayerSpawn(playerid)
{
TextDrawHideForPlayer(playerid, ServerName);
return 1;
}
Utilizando oque o membro abaixo publicou, logo abaixo estб algumas dicas:
PHP код:
ServerName = TextDrawCreate(165.000000, 127.000000,"~r~B~g~e~y~m~p~-~w~V~b~i~r~n~g~d~p~o");
~g~Ola amigo = Ola amigo
~b~Ola amigo = Ola amigo
~w~Ola amigo = Ola amigo (Branco)
~y~Ola amigo = Ola amigo
~p~Ola amigo = Ola amigo
Ola~n~amigo = Ola
Amigo
Para deixar o texto mais claro use ~h~ quanto mais vocк usar, mais o texto ficarб claro.