+- +-

+-Website Stats

Members
Total Members: 27
Latest: shahrukh
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 188
Total Topics: 56
Most Online Today: 5
Most Online Ever: 140
(February 02, 2023, 11:46:57 pm)
Users Online
Members: 0
Guests: 1
Total: 1

Author Topic: Creating TextDraw For Free ... :)  (Read 414 times)

0 Members and 1 Guest are viewing this topic.

Offline BlAck_DeViL

  • VIP Member
  • ***
  • Posts: 36
  • Reputation: 4
  • [Scripter]BlAck_DeViL
Creating TextDraw For Free ... :)
« on: July 31, 2012, 12:28:18 pm »
if anyone need to add textdraw in your gamemode contact me in Facebook my facebook name is : LaZim BlAck BuLletz or reply here if you need.... :)
Scripting Help Needed ?? PM Me For Scripting Help..

Offline YoUnG_Ca$h

  • Little Clucker
  • *
  • Posts: 22
  • Reputation: 0
  • Mapper
  • Location: MTA
Re: Creating TextDraw For Free ... :)
« Reply #1 on: July 31, 2012, 03:53:30 pm »
I need a textdraw,but i cant post my gamemode here.
I just need that textdraw script,I'll add in my gamemode.
Textdraw:I need a textdraw like banner.
For exapmle: It's like a board with texts.
Back ground of board should be green,and text should be white.
Text:Welcome to money madness!

[If you're from dubai,you can see green boards which tells you to go this route for dubai,that route for muhaisnah etc.
But thats board,and what i need is TextdraW.
I know it is possible because,once i saw that stuff on Lordz's personal stunt gamemode.
So i hope you can do it.


Mapping for $$$
Now busy in studies,but will be back to work soon.

Offline BlAck_DeViL

  • VIP Member
  • ***
  • Posts: 36
  • Reputation: 4
  • [Scripter]BlAck_DeViL
Re: Creating TextDraw For Free ... :)
« Reply #2 on: July 31, 2012, 03:57:11 pm »
Where you need to add ! In the top or near the vehicle dashboard ! Or anyother place ?
Scripting Help Needed ?? PM Me For Scripting Help..

Offline YoUnG_Ca$h

  • Little Clucker
  • *
  • Posts: 22
  • Reputation: 0
  • Mapper
  • Location: MTA
Re: Creating TextDraw For Free ... :)
« Reply #3 on: July 31, 2012, 04:00:51 pm »
DOWNSIDE RIGHT CORNER.
Not when player gets in vehicle,it must be there when player spawns.

Most importantly i need pics also to see.
If you wanna upload,use imgur.com
« Last Edit: July 31, 2012, 04:06:07 pm by YoUnG_Ca$h »


Mapping for $$$
Now busy in studies,but will be back to work soon.

Offline BlAck_DeViL

  • VIP Member
  • ***
  • Posts: 36
  • Reputation: 4
  • [Scripter]BlAck_DeViL
Re: Creating TextDraw For Free ... :)
« Reply #4 on: July 31, 2012, 05:19:24 pm »
Ohkey Wait.......... :)
Scripting Help Needed ?? PM Me For Scripting Help..

Offline BlAck_DeViL

  • VIP Member
  • ***
  • Posts: 36
  • Reputation: 4
  • [Scripter]BlAck_DeViL
Re: Creating TextDraw For Free ... :)
« Reply #5 on: July 31, 2012, 05:34:30 pm »
//==========================================================
Textdraw For You Young Ca$h :-

// On top of script:
new Text:Textdraw1;

// TextDraw Edit
Textdraw1 = TextDrawCreate(432 ,344 , "~g~Money Madness !");
TextDrawFont(Textdraw1 , 0);
TextDrawLetterSize(Textdraw1 , 0.709999, 3.099998);
TextDrawColor(Textdraw1 , -16776961);
TextDrawSetOutline(Textdraw1 , 1);
TextDrawSetProportional(Textdraw1 , true);
TextDrawSetShadow(Textdraw1 , 1);

// For Showing The TextDraw To All Players
TextDrawShowForPlayer(playerid, Textdraw1);
Scripting Help Needed ?? PM Me For Scripting Help..

Offline Lordz

  • Beta Master
  • ******
  • Posts: 68
  • Reputation: 28
Re: Creating TextDraw For Free ... :)
« Reply #6 on: July 31, 2012, 06:36:08 pm »
//==========================================================
Textdraw For You Young Ca$h :-

// On top of script:
new Text:Textdraw1;

// TextDraw Edit
Textdraw1 = TextDrawCreate(432 ,344 , "~g~Money Madness !");
TextDrawFont(Textdraw1 , 0);
TextDrawLetterSize(Textdraw1 , 0.709999, 3.099998);
TextDrawColor(Textdraw1 , -16776961);
TextDrawSetOutline(Textdraw1 , 1);
TextDrawSetProportional(Textdraw1 , true);
TextDrawSetShadow(Textdraw1 , 1);

// For Showing The TextDraw To All Players
TextDrawShowForPlayer(playerid, Textdraw1);

I think yound cash has asked for pics also.
Check in his post.

Offline BlAck_DeViL

  • VIP Member
  • ***
  • Posts: 36
  • Reputation: 4
  • [Scripter]BlAck_DeViL
Re: Creating TextDraw For Free ... :)
« Reply #7 on: July 31, 2012, 08:02:30 pm »
I can take pics but my samp is not working ..... :)
Scripting Help Needed ?? PM Me For Scripting Help..

Offline Lordz

  • Beta Master
  • ******
  • Posts: 68
  • Reputation: 28
Re: Creating TextDraw For Free ... :)
« Reply #8 on: July 31, 2012, 08:47:48 pm »
If your satdm gamemode isnt working,you can choose other gm and add textdraws in it.
Then you can take pics.

Offline BlAck_DeViL

  • VIP Member
  • ***
  • Posts: 36
  • Reputation: 4
  • [Scripter]BlAck_DeViL
Re: Creating TextDraw For Free ... :)
« Reply #9 on: August 01, 2012, 12:55:55 am »
My Samp and san andreas is not working in my computer
Scripting Help Needed ?? PM Me For Scripting Help..

Offline BlAck_DeViL

  • VIP Member
  • ***
  • Posts: 36
  • Reputation: 4
  • [Scripter]BlAck_DeViL
Re: Creating TextDraw For Free ... :)
« Reply #10 on: August 01, 2012, 04:41:12 pm »
Young Ca$h Try this textdraw and say me did u like this or not :)
Scripting Help Needed ?? PM Me For Scripting Help..

Offline BlackBloods

  • Little Clucker
  • *
  • Posts: 4
  • Reputation: 3
  • [Scripter]BlackBloods
  • Location: United Arab Emerates
Re: Creating TextDraw For Free ... :)
« Reply #11 on: August 07, 2012, 08:05:08 pm »
Hey Guys its very easy to create goto this site http://bsndesign.webs.com/tde.htm

Offline YoUnG_Ca$h

  • Little Clucker
  • *
  • Posts: 22
  • Reputation: 0
  • Mapper
  • Location: MTA
Re: Creating TextDraw For Free ... :)
« Reply #12 on: August 08, 2012, 03:17:19 pm »
Loordz use the stuff which blackbloods said.
Its really easy. Use that instead of your normal thing.


Mapping for $$$
Now busy in studies,but will be back to work soon.

Offline Lordz

  • Beta Master
  • ******
  • Posts: 68
  • Reputation: 28
Re: Creating TextDraw For Free ... :)
« Reply #13 on: August 09, 2012, 04:34:35 pm »
Thanks but I'll only use this when im in hurry.

 

Recent Topics

MOVED: Creating TextDraw For Free ... :) by Lordz
August 30, 2012, 10:53:11 am

Website designer. by [RD]Cenation
August 29, 2012, 07:44:34 am

{Urgent}Help Needed by Lordz
August 27, 2012, 05:51:20 pm

A help by BlAck_DeViL
August 24, 2012, 05:26:26 pm

Hello all! by [RD]Cenation
August 21, 2012, 03:04:29 pm

Hello All by Lordz
August 20, 2012, 06:45:02 pm

Hello All by Lordz
August 18, 2012, 04:10:39 pm

Need PS2 game. by Lordz
August 18, 2012, 08:42:57 am

Map help.[Scripting] by YoUnG_Ca$h
August 16, 2012, 05:06:09 pm

I Want To Change My UserName , So i am Applying by BlAck_DeViL
August 16, 2012, 04:58:29 pm