24.10.2012, 10:01
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
Wht is wrong here??[/QUOTE]
This is my 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;
}
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.3, 0.9);
TextDrawColor(Textone, 0xFFFFFFFF);
TextDrawUseBox(Textone,1);
TextDrawBoxColor(Textone,0x99FFFF22);
TextDrawSetOutline(Textone , 1);
TextDrawSetProportional(Textone , 1);
TextDrawSetShadow(Textone, 3);
TextDrawBoxColor(Textone,0x00D7FF33);