*** Terrible Title Removed
#7

Hmm that error fixed bcz i got some includes of 0.3a.My friend put it to that but now 2 more errors on textdraw
Code:
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(292) : error 027: invalid character constant
E:\ALL SETUPS\SAMP NEEDs\samp03e_svr_R2_win32\gamemodes\ImpulsiveX.pwn(292) : error 027: invalid character constant
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
PHP Code:
new Text:Textone;
//Ongamemode
{
Mytextdrawstuff
return 1;
}
//Onplayerconnect
{
TextDrawShowForPlayer(playerid,Textone);
return 
1;

Wht is wrong here??[/QUOTE]

This is my textdraw
PHP Code:
Textone TextDrawCreate(0,425,"                          Welcome to TSW.If u need any help type /help.\n\Put ur text here blabla");
    
TextDrawFont(Textone 2);
    
TextDrawLetterSize(Textone 0.30.9);
    
TextDrawColor(Textone0xFFFFFFFF);
    
TextDrawUseBox(Textone,1);
    
TextDrawBoxColor(Textone,0x99FFFF22);
    
TextDrawSetOutline(Textone 1);
    
TextDrawSetProportional(Textone 1);
    
TextDrawSetShadow(Textone3);
    
TextDrawBoxColor(Textone,0x00D7FF33); 
Reply


Messages In This Thread
*** Terrible Title Removed - by Gamer_007 - 24.10.2012, 09:20
Re: wtf is this? - by Riddick94 - 24.10.2012, 09:37
Re: wtf is this? - by Gamer_007 - 24.10.2012, 09:45
Re: wtf is this? - by JaKe Elite - 24.10.2012, 09:54
Re: wtf is this? - by Faisal_khan - 24.10.2012, 09:56
Re: wtf is this? - by Riddick94 - 24.10.2012, 09:58
Re: wtf is this? - by Gamer_007 - 24.10.2012, 10:01
Re: wtf is this? - by Riddick94 - 24.10.2012, 10:18
Re: wtf is this? - by newbienoob - 24.10.2012, 10:39
Re: wtf is this? - by Gamer_007 - 24.10.2012, 10:50

Forum Jump:


Users browsing this thread: 3 Guest(s)