30.03.2012, 20:54
Why doesn't this prints first line(first 6 'Story'-s)? It only prints the shadow of that line and next 4 lines.
Код:
TextDrawDestroy(gPlayerTextD[playerid]); gPlayerTextD[playerid]=TextDrawCreate(0,0,"Story Story Story Stroy Story Story~n~Story Story Story Stroy Story Story~n~Story Story Story Stroy Story Story~n~Story Story Story Stroy Story Story~n~Story Story Story Stroy Story Story~n~"); TextDrawUseBox(gPlayerTextD[playerid],1); TextDrawShowForPlayer(playerid,gPlayerTextD[playerid]);