Jump to content

Featured Replies

  • Author
comment_1460485
Textdraw.

Echter is het plaatsen van die tekst een geen sinecure dus ik raad je aan om een textdraw creation filterscript te downloaden. Die kan je wel vinden op het SA-MP forum.

Ik hoef niet dat systeem maar ik wil die letters onderin met de text:

"Geholpen door GtaForum!"

comment_1460535

Bedoel je zoiets:

2w5kca0.png

//TextDraw developed using Zamaroht's in-game TextDraw system

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

//In OnGameModeInit or any other place, we proceed to create our textdraw:
Textdraw0 = TextDrawCreate(420.000000,434.000000,"Special thanks to gtaforum.nl");
TextDrawAlignment(Textdraw0,0);
TextDrawBackgroundColor(Textdraw0,0x000000ff);
TextDrawFont(Textdraw0,2);
TextDrawLetterSize(Textdraw0,0.299999,1.200000);
TextDrawColor(Textdraw0,0xffffffff);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetShadow(Textdraw0,1);

//You can now use TextDrawShowForPlayer(-ForAll), TextDrawHideForPlayer(-ForAll) and
//TextDrawDestroy functions to show, hide, and destroy the textdraw.

  • Author
comment_1460712
Bedoel je zoiets:

2w5kca0.png

//TextDraw developed using Zamaroht's in-game TextDraw system

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

//In OnGameModeInit or any other place, we proceed to create our textdraw:
Textdraw0 = TextDrawCreate(420.000000,434.000000,"Special thanks to gtaforum.nl");
TextDrawAlignment(Textdraw0,0);
TextDrawBackgroundColor(Textdraw0,0x000000ff);
TextDrawFont(Textdraw0,2);
TextDrawLetterSize(Textdraw0,0.299999,1.200000);
TextDrawColor(Textdraw0,0xffffffff);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetShadow(Textdraw0,1);

//You can now use TextDrawShowForPlayer(-ForAll), TextDrawHideForPlayer(-ForAll) and
//TextDrawDestroy functions to show, hide, and destroy the textdraw.

Zeer bedankt! :D :D :D :D :D :D :tu: :tu: :tu: :tu: :tu: :tu: :tu: :tu: :tu:

Nu klopt de text ook nog die ik opgaf in mijn vorige post!

Hoe moet ik trouwens zo die kaart maken? Zoals op die screen?

En hoe zet ik een tijd in mijn server? Zodat er bovenin de tijd staat net zoals in gewoon sa

Edited by Johannetje2

comment_1460739
Hoe moet ik trouwens zo die kaart maken? Zoals op die screen?
Dat is een aparte modificatie (één van de soorten die SA-mp trouwens toestaat), hij heet de Detailed Radar modification.
En hoe zet ik een tijd in mijn server? Zodat er bovenin de tijd staat net zoals in gewoon sa

Met de SA-mp forum zoekfunctie vond je bijvoorbeeld zoiets als dit.

  • Author
comment_1461201
Hoe moet ik trouwens zo die kaart maken? Zoals op die screen?
Dat is een aparte modificatie (één van de soorten die SA-mp trouwens toestaat), hij heet de Detailed Radar modification.
En hoe zet ik een tijd in mijn server? Zodat er bovenin de tijd staat net zoals in gewoon sa

Met de SA-mp forum zoekfunctie vond je bijvoorbeeld zoiets als dit.

Jij ook helemaal bedankt! :tu:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.