Text Draw
#1

how to create text like this >>>>
Reply
#2

try this:
Code:
//at the top with all the global vars

new Text:Info;

// inside OnGameModeInit()

Info = TextDrawCreate(470,450,"YOUR WEBSITE HERE")// change text inside here
TextDrawColor(header,0xffffffff);// change to desired colour
TextDrawSetOutline(Info,1);// outline
TextDrawSetShadow(Info,0);// 0 is no shadow 1 is shadow

// inside OnPlayerConnect

TextDrawShowForAll(header);
happy scripting

/phil
Reply
#3

C:\Users\NASTIE\Desktop\KIKI\Las Venturas Party\samp03asvr_R4_win32\gamemodes\LvParty.pwn(28 ) : error 017: undefined symbol "header"
C:\Users\NASTIE\Desktop\KIKI\Las Venturas Party\samp03asvr_R4_win32\gamemodes\LvParty.pwn(60 4) : error 017: undefined symbol "header"

line 28
Code:
TextDrawShowForAll(header);
line 604
Code:
TextDrawColor(header,0xffffffff);// change to desired colour
Reply
#4

change the text "header" to "Info"
Reply
#5

Quote:
Originally Posted by ReteLikker
change the text "header" to "Info"
C:\Users\NASTIE\Desktop\KIKI\Las Venturas Party\samp03asvr_R4_win32\gamemodes\LvParty.pwn(28 ) : error 017: undefined symbol "info"
C:\Users\NASTIE\Desktop\KIKI\Las Venturas Party\samp03asvr_R4_win32\gamemodes\LvParty.pwn(60 4) : error 017: undefined symbol "info"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply
#6

not 'i' but 'I'
Reply
#7

Quote:
Originally Posted by ReteLikker
not 'i' but 'I'
yep thatll do it
Reply
#8

OMGGG seif tnxxxx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)