05.03.2016, 22:48
here's an example code
its visible in the game but the problem is , instead of appearing as
it appears as
any help ?
Код:
new Text:welcometext;
public OnGameModeInIt()
{
welcometext = TextDrawCreate(2500.0,250.0,"Welcome to my SA-MP server");
TextDrawAlignment(welcometext, 2);
TextDrawFont(welcometext, 1);
TextDrawLetterSize(welcometext , 0.4,1.2);
TextDrawSetOutline(welcometext, 1);
TextDrawUseBox(welcometext, 1);
TextDrawTextSize(welcometext, 50.0, 50.0);
TextDrawBoxColor(welcometext, 0x00000066);
TextDrawShowForAll(welcometext);
}
Код:
Welcome to my SA-MP server
Код:
Welcome to my SA-MP server


