06.09.2011, 13:51
Quote:
hey guys,
i'm kinda new to scripting. I want to add to my server in one of the screen corners my forum's URL. I read some topics but none of them satisfied me. So I want this URL to show up for unlimited time and I found out out that TextDrawCreate can't be set for unlimited time at all, but GameTextForAll can be set. My questions are: - is there any way to set the unlimited time in other way than inserting "9999999999.....99999999" at the timer? - how can i set the text position under the minimap? - is there any way to set the size of the text? - are there any other scripting function that i can use? thanks in advance. |
pawn Код:
#define Time 999999 // change it to whatever time you want :) ( the numbers!(99))
SetTimer("Timer", Time, 0);
3) Yes :
with this :
pawn Код:
TextDrawLetterSize(Text:text, Float:X, Float:Y);
pawn Код:
TextDrawTextSize(Text:text, Float:X, Float:Y);
[include] NameOfInclude