15.11.2011, 20:10
TimeText[playerid] = TextDrawCreate(174.000000, 395.000000, " "); // Death Text
TextDrawAlignment(TimeText[playerid], 0);
TextDrawBackgroundColor(TimeText[playerid], 0x000000FF);
TextDrawFont(TimeText[playerid], 1);
TextDrawLetterSize(TimeText[playerid], 0.44, 1.9
;
TextDrawColor(TimeText[playerid],0xffffff99);
TextDrawSetOutline(TimeText[playerid], 1);
TextDrawSetProportional(TimeText[playerid], 1);
TextDrawSetShadow(TimeText[playerid], 1);
return 1;
This is script but i have 4 errors
__________________________________________________ __________________________________________
(861) : error 017: undefined symbol "TimeText"
(861) : warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
TextDrawAlignment(TimeText[playerid], 0);
TextDrawBackgroundColor(TimeText[playerid], 0x000000FF);
TextDrawFont(TimeText[playerid], 1);
TextDrawLetterSize(TimeText[playerid], 0.44, 1.9

TextDrawColor(TimeText[playerid],0xffffff99);
TextDrawSetOutline(TimeText[playerid], 1);
TextDrawSetProportional(TimeText[playerid], 1);
TextDrawSetShadow(TimeText[playerid], 1);
return 1;
This is script but i have 4 errors
__________________________________________________ __________________________________________
(861) : error 017: undefined symbol "TimeText"
(861) : warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.