11.11.2012, 10:22
Hi.
I have a Text Draw i want on login!
But most i place it under OnPlayerConnect?
Or Under OnPlayerLogin?
Before i want the text draw when player connect and remove it when player have loged in then destroy it.
Some One As Can Help Me?![Cheesy](images/smilies/biggrin.png)
+1 Rep to the people as help me.
The Textdraw:
I know where to place New Text:BlackScreen;
I have a Text Draw i want on login!
But most i place it under OnPlayerConnect?
Or Under OnPlayerLogin?
Before i want the text draw when player connect and remove it when player have loged in then destroy it.
Some One As Can Help Me?
![Cheesy](images/smilies/biggrin.png)
+1 Rep to the people as help me.
The Textdraw:
Quote:
new Text:BlackScreen; BlackScreen = TextDrawCreate(302.000000,1.000000,"~n~~n~~n~~n~~n ~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~ n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~ ~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n ~~n~~n~~n~~n~"); TextDrawUseBox(BlackScreen,1); TextDrawBoxColor(BlackScreen,0x000000ff); TextDrawTextSize(BlackScreen,-52.000000,-738.000000); TextDrawAlignment(BlackScreen,2); TextDrawBackgroundColor(BlackScreen,0x000000ff); TextDrawFont(BlackScreen,1); TextDrawLetterSize(BlackScreen,1.000000,1.000000); TextDrawColor(BlackScreen,0x000000ff); TextDrawSetOutline(BlackScreen,1); TextDrawSetProportional(BlackScreen,1); TextDrawSetShadow(BlackScreen,1); |