07.01.2015, 14:48
Alguйm poderia me dar uma forзa? Eu fiz tudo certo, de acordo com a wiki do SA-MP mas a TextDraw nгo apareceu. Segue o code:
Obs:Nгo sei como deixar as letras coloridas no CODE!
Код:
new Text:ServerName;
#define Vermelho 0xFF0000AA
public OnGameModeInit()
{
ServerName = TextDrawCreate(544.0,570.0,"Bem-Vindo");
TextDrawColor(ServerName, Vermelho);
TextDrawSetShadow(ServerName, 1);
TextDrawShowForAll(ServerName);
return 1;
}


