02.10.2014, 11:49
Here is the error :
My Code :
Код:
C:\Users\SA-MP\Desktop\0.3x actualus\gamemodes\mode.pwn(1938) : error 001: expected token: ";", but found "-identifier-" C:\Users\SA-MP\Desktop\0.3x actualus\gamemodes\mode.pwn(49409) : warning 203: symbol is never used: "TextDraw" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
pawn Код:
new TextDraw
TextDrawCreate(635.000000,430.000000,"Fun-Generation");
TextDrawAlignment(Textdraw0,3);
TextDrawBackgroundColor(Textdraw0,0x000000ff);
TextDrawFont(Textdraw0,1);
TextDrawLetterSize(Textdraw0,0.699999,1.600000);
TextDrawColor(Textdraw0,0xffffffff);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetShadow(Textdraw0,1);