[HELP]Needs Help With Textdraw ! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]Needs Help With Textdraw ! (
/showthread.php?tid=391668)
[HELP]Needs Help With Textdraw ! -
Veeco - 11.11.2012
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?

+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);
|
I know where to place New Text:BlackScreen;
Re: [HELP]Needs Help With Textdraw ! -
Camorra - 11.11.2012
public OnGameModeInit()
Re: [HELP]Needs Help With Textdraw ! -
Veeco - 11.11.2012
Sure?? :/
Then the black screen be....
I want it only on connect.
and destroy it when player login.
or destroy it on onplayerspawn?
Before i want it when player connect and destoy it when player logged in.
Re: [HELP]Needs Help With Textdraw ! -
Camorra - 11.11.2012
Yes im sure.
Then you " TextDrawHideForPlayer " where its needed.
Re: [HELP]Needs Help With Textdraw ! -
Veeco - 11.11.2012
Ok

Thanks for help
Re: [HELP]Needs Help With Textdraw ! -
Veeco - 11.11.2012
http://pastebin.com/Cx2CYpVz
You think its fail?