26.03.2012, 09:32
@new
Yeah, thanks, I just wanted to know that, the rest I know by myself! Thanks!
But, now I got two little problems. I have the following under "OnGameModeInit":
Now look at the picture! The text usually has to be IN the box, but it isn't!
And also, the word "Desert Eagle" has to be in ONE line! What am I doing wrong?
Yeah, thanks, I just wanted to know that, the rest I know by myself! Thanks!
But, now I got two little problems. I have the following under "OnGameModeInit":
pawn Код:
Ballasweapons1 = TextDrawCreate(140.0, 260.0, "Desert Eagle~n~Sniper~n~Spas");
TextDrawUseBox(Ballasweapons1, 1);
TextDrawBoxColor(Ballasweapons1, TEAM_LOCO_COLOR);
TextDrawFont(Ballasweapons1, 3);
TextDrawTextSize(Ballasweapons1, 50.0, 100.0);
TextDrawAlignment(Ballasweapons1, 1);
And also, the word "Desert Eagle" has to be in ONE line! What am I doing wrong?