SA-MP Forums Archive
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 with textdraw (/showthread.php?tid=284053)



Help with textdraw - deqn_0000 - 17.09.2011

Who can upload for me ready pawno script with this textdraw:
pawn Код:
// On top of script:
new Text:bgadvert;

// In OnGameModeInit
bgadvert = TextDrawCreate(504, 449, "www.gta-gw.bulgarianforum.net");
TextDrawFont(bgadvert , 1);
TextDrawLetterSize(bgadvert , 0.5, 3.5);
TextDrawColor(bgadvert , 0x00FF00FF);
TextDrawSetOutline(bgadvert , 0);
TextDrawSetProportional(bgadvert , 1);
TextDrawSetShadow(bgadvert , 1);
//box1
//box2
//box3
please.. I tried a lot of times but can't do it.. -.-


Re: Help with textdraw - =WoR=Varth - 17.09.2011

What do you mean with "ready pawno script"?
What's wrong with your code?


Re: Help with textdraw - deqn_0000 - 18.09.2011

ermm .pwn script with ready script with my code


Re: Help with textdraw - [MWR]Blood - 18.09.2011

First of all, how would we do that if we do not have your code.
Second of all, it is not that hard to show a simple textdraw - fool around and learn! You will learn exactly never if someone does your work all the times.


Re: Help with textdraw - =WoR=Varth - 18.09.2011

Use Zamaroth's Texdraw Editor, you can find it in FS section.


Re: Help with textdraw - Zonoya - 18.09.2011

Код:
// On top of script:
new Text:bgadvert;

// In OnGameModeInit
bgadvert = TextDrawCreate(504, 449, "www.gta-gw.bulgarianforum.net");
TextDrawFont(bgadvert , 1);
TextDrawLetterSize(bgadvert , 0.5, 3.5);
TextDrawColor(bgadvert , 0x00FF00FF);
TextDrawSetOutline(bgadvert , 0);
TextDrawSetProportional(bgadvert , 1);
TextDrawSetShadow(bgadvert , 1);
TextDrawShowForPlayer(playerid, bgadvert);
//box1
//box2
//box3
Learn from this dude


Re: Help with textdraw - deqn_0000 - 19.09.2011

Quote:
Originally Posted by =WoR=Varth
Посмотреть сообщение
Use Zamaroth's Texdraw Editor, you can find it in FS section.
I tried this but when I write /text and then press new project i don't know what to do after that.. I don't have any menu or smth other..


Re: Help with textdraw - =WoR=Varth - 19.09.2011

Quote:
Originally Posted by deqn_0000
Посмотреть сообщение
I tried this but when I write /text and then press new project i don't know what to do after that.. I don't have any menu or smth other..
There'll a new line in dialog. You can select it to set the setting. For more information you can ask there.


Re: Help with textdraw - Kingunit - 19.09.2011

Quote:
Originally Posted by =WoR=Varth
Посмотреть сообщение
There'll a new line in dialog. You can select it to set the setting. For more information you can ask there.
It's also possible that the dialogs are matching. It's recommend to use a default gamemode. Probably he didn't read that correct.


Re: Help with textdraw - brett7 - 19.09.2011

Quote:
Originally Posted by deqn_0000
Посмотреть сообщение
I tried this but when I write /text and then press new project i don't know what to do after that.. I don't have any menu or smth other..
Unload all filterscipts and use a gm like lvdm otherwise it can interfere with the dialogs.