---------------HELP--------------
#1

//On top of script:
Код:
new Text:Textdraw0;
Код:
//In OnGameModeInit or any other place, we procced to create our textdraw:
Textdraw0 = TextDrawCreate(90.000000,433.000000,"ESTONIAN RPG "2009"");
TextDrawAlignment(Textdraw0,2);
TextDrawBackgroundColor(Textdraw0,0x0000ff33);
TextDrawFont(Textdraw0,2);
TextDrawLetterSize(Textdraw0,0.299999,0.699999);
TextDrawColor(Textdraw0,0x00ffff99);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetShadow(Textdraw0,4);
If I But That in my gamemode pwn file i get error plz help
Reply
#2

(90.000000,433.000000,"ESTONIAN RPG "2009"");

should be

(90.000000,433.000000,"ESTONIAN RPG 2009");
Reply
#3

this is the same as http://forum.sa-mp.com/index.php?topic=108321.0
you should not make double posts.
Reply
#4

why make 2 topics about this? one is enough.
Reply
#5

if your are a new scripter
you can use a easy way to make it
like this one
CLICK
Reply
#6

You can also backslash before the " to show them as he wanted

pawn Код:
Textdraw0 = TextDrawCreate(90.000000,433.000000,"ESTONIAN RPG \"2009\"");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)