22.03.2014, 12:01
No, It won't work. And why u have created 2 textdraw? Try this! Your coordinates is the problem try to less them. I have done it for u.
Код:
public OnGameModeInit() { TimeTD = TextDrawCreate(500.000000,415.000000,"Time"); TextDrawFont(TimeTD,3); TextDrawSetShadow(TimeTD,0); TextDrawSetOutline(TimeTD,1); TextDrawAlignment(TimeTD,3); TextDrawLetterSize(TimeTD,0.399999,1.500000); TextDrawColor(TimeTD,COLOR_RED); } public OnPlayerConnect(playerid) { TextDrawShowForPlayer(playerid, TimeTD); }