Bonsoir, j'ai, grâce à un TextDrawEditor, fais mon petit message de bonne fêtes :laugh
Seulement, celui ci ne s'affiche pas... pourriez vous me dire ce qui cloche?
new Text:Textdraw0;
public OnGameModeInit()
{//In OnGameModeInit or any other place, we procced to create our textdraw:
Textdraw0 = TextDrawCreate(61.000000,423.000000,"BayStreetStunt vous souhaite de bonnes fetes de fin d'annee !");
TextDrawAlignment(Textdraw0,0);
TextDrawBackgroundColor(Textdraw0,0x000000ff);
TextDrawFont(Textdraw0,1);
TextDrawLetterSize(Textdraw0,0.499999,2.000000);
TextDrawColor(Textdraw0,0x0000ff99);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetShadow(Textdraw0,2);
}
Merci!