SA-MP Forums Archive
Help with this problem - 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 with this problem (/showthread.php?tid=292098)



Help with this problem - TheLonelyBeast - 22.10.2011

How to i make this

it look something like this on player connect
the side are black then the whiteness in In the game then when player press spawn it get destroy


Re: Help with this problem - Kostas' - 22.10.2011

I saw a "White Page"
Re-install the Gta:SA


Re: Help with this problem - TheLonelyBeast - 22.10.2011

Yes it is program it a example like New Gneration Roleplay when you join it has black box when you connect then in middle you can see you player


Re: Help with this problem - grand.Theft.Otto - 22.10.2011

NGRP uses textdraws to do that sort of stuff.

https://sampwiki.blast.hk/wiki/TextDrawCreate

Quote:
Originally Posted by SA-MP Wiki
Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.

* TextDrawDestroy: Destroy a textdraw.

* TextDrawColor: Set the color of the text in a textdraw.

* TextDrawBoxColor: Set the color of the box in a textdraw.

* TextDrawBackgroundColor: Set the background color of a textdraw.

* TextDrawAlignment: Set the alignment of a textdraw.

* TextDrawFont: Set the font of a textdraw.

* TextDrawLetterSize: Set the letter size of the text in a textdraw.

* TextDrawTextSize: Set the size of a textdraw box.

* TextDrawSetOutline: Choose whether the text has an outline.

* TextDrawSetShadow: Toggle shadows on a textdraw.

* TextDrawSetProportional: Scale the text spacing in a textdraw to a proportional ratio.

* TextDrawUseBox: Toggle if the textdraw has a box or not.

* TextDrawSetString: Set the text in an existing textdraw.


* TextDrawShowForPlayer: Show a textdraw for a certain player.

* TextDrawHideForPlayer: Hide a textdraw for a certain player.

* TextDrawShowForAll: Show a textdraw for all players.

* TextDrawHideForAll: Hide a textdraw for all players.



Re: Help with this problem - TheLonelyBeast - 22.10.2011

Thanks


Re: Help with this problem - TheLonelyBeast - 22.10.2011

What i mean see i am not talk about words i am talk about a dark black box thing that be there i dont know how to make it


Re: Help with this problem - grand.Theft.Otto - 22.10.2011

Use Zamaroht's Text Draw Editor to create black textdraw boxes:

https://sampforum.blast.hk/showthread.php?tid=117851