Request for help to create a TextDraw 'credits'.
#1

Someone already saw that the credits abe sa-mp? I wanted something like that, a function of a textdraw centered in the middle of the screen through the credits toward the top / \.

I really do not know how to do, so that peopl here to you, keep your credits there too.

Example.
Quote:
... Codes ...
Ranny
Fack
LOL
...Dialog menu ...
User1
LOL_w
etc ...
This all was shown with a command /credits ...
Thanks to those who do this for me, I dechir the credits of who helped me beautiful.
Excuse my terrible English, ****** translator.
Reply
#2

Ele pediu para up.

PNA.
Reply
#3

Help?
Reply
#4

Do it yourself or http://forum.sa-mp.com/index.php?topic=144062.0
Reply
#5

I will help

Use this

Let me give you an example:
pawn Code:
// Put this on the top of all the scripts
 
  new Text: mynewtextdraw;
 

  // Put this lines under the public OnGameModeInit()
  mynewtextdraw = TextDrawCreate(326,435.0,"All your Text Goes Here");
  TextDrawAlignment(mynewtextdraw,0);
  TextDrawBackgroundColor(mynewtextdraw,COLOR_LIMEGREEN);
  TextDrawFont(mynewtextdraw,1);
  TextDrawBoxColor(mynewtextdraw,COLOR_BEIGE);
  TextDrawLetterSize(mynewtextdraw,0.499999,1.000000);
  TextDrawColor(mynewtextdraw,COLOR_WHITE);
  TextDrawSetOutline(mynewtextdraw,1);
  TextDrawSetProportional(mynewtextdraw,1);
  TextDrawSetShadow(mynewtextdraw,1);
 
  // Put this On public OnPlayerSpawn(playerid) or OnPlayerConnect(playerid)
   TextDrawShowForPlayer(playerid,mynewtextdraw);
You are Done


Tell me if it works
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)