a question
#1

where do i need to paste this at The Godfather GM?

Site = TextDrawCreate(1.000000,434.000000,"www.sdrp.gta-sa-mp.com");
TextDrawAlignment(Site,0);
TextDrawBackgroundColor(Site,0x00000099);
TextDrawFont(Site,1);
TextDrawLetterSize(Site,0.500000,1.500000);
TextDrawColor(Site,0xFFFFFFAA);
TextDrawSetOutline(Site,1);
TextDrawSetProportional(Site,1);
TextDrawSetShadow(Site,1);
Reply
#2

Quote:
Originally Posted by ALpa # Gun
where do i need to paste this at The Godfather GM?

Site = TextDrawCreate(1.000000,434.000000,"www.sdrp.gta-sa-mp.com");
TextDrawAlignment(Site,0);
TextDrawBackgroundColor(Site,0x00000099);
TextDrawFont(Site,1);
TextDrawLetterSize(Site,0.500000,1.500000);
TextDrawColor(Site,0xFFFFFFAA);
TextDrawSetOutline(Site,1);
TextDrawSetProportional(Site,1);
TextDrawSetShadow(Site,1);
Under

OnGameModeInt
Reply
#3

C:\Dokumente und Einstellungen\Stefan\Desktop\The Godfather\gamemodes\gf.pwn(662 : error 017: undefined symbol "Site"
C:\Dokumente und Einstellungen\Stefan\Desktop\The Godfather\gamemodes\gf.pwn(6629) : error 017: undefined symbol "Site"
C:\Dokumente und Einstellungen\Stefan\Desktop\The Godfather\gamemodes\gf.pwn(6630) : error 017: undefined symbol "Site"
C:\Dokumente und Einstellungen\Stefan\Desktop\The Godfather\gamemodes\gf.pwn(6631) : error 017: undefined symbol "Site"
C:\Dokumente und Einstellungen\Stefan\Desktop\The Godfather\gamemodes\gf.pwn(6632) : error 017: undefined symbol "Site"
C:\Dokumente und Einstellungen\Stefan\Desktop\The Godfather\gamemodes\gf.pwn(6633) : error 017: undefined symbol "Site"
C:\Dokumente und Einstellungen\Stefan\Desktop\The Godfather\gamemodes\gf.pwn(6634) : error 017: undefined symbol "Site"
C:\Dokumente und Einstellungen\Stefan\Desktop\The Godfather\gamemodes\gf.pwn(6635) : error 017: undefined symbol "Site"
C:\Dokumente und Einstellungen\Stefan\Desktop\The Godfather\gamemodes\gf.pwn(6636) : error 017: undefined symbol "Site"

Reply
#4

put this on top of your script:

new Textite;
Reply
#5

new Textite;
Site = TextDrawCreate(1.000000,434.000000,"LS/SF Roleplay");
TextDrawAlignment(Site,0);
TextDrawBackgroundColor(Site,0x00000099);
TextDrawFont(Site,1);
TextDrawLetterSize(Site,0.500000,1.500000);
TextDrawColor(Site,0xFFFFFFAA);
TextDrawSetOutline(Site,1);
TextDrawSetProportional(Site,1);
TextDrawSetShadow(Site,1);

like that? it doesn't work
Reply
#6

no


Quote:
Originally Posted by Compton's Eazy E
put this on top of your script:

new Textite;
^^
|||

Read what i wrote
Reply
#7

hmm i fixed it now but the text deosnt show in-game
Reply
#8

https://sampwiki.blast.hk/wiki/TextDrawShowForAll
Reply
#9

i dont understand this...
Reply
#10

mmm forget it, do this:

Under

OnPlayerConnect

put this

TextDrawShowForPlayer(playerid, site);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)