Whats wrong with my textdraw?
#1

Im trying to make a intro so only i got error on this line ?? tell me whats is wrong.


pawn Код:
F:\Test1\Bsserver\gamemodes\bs.pwn(12871) : error 032: array index out of bounds (variable "IntroTD")
F:\Test1\Bsserver\gamemodes\bs.pwn(12871) : error 032: array index out of bounds (variable "IntroTD")
F:\Test1\Bsserver\gamemodes\bs.pwn(12871) : error 032: array index out of bounds (variable "IntroTD")
F:\Test1\Bsserver\gamemodes\bs.pwn(12871) : fatal error 107: too many error messages on one line

pawn Код:
IntroTD[6] = TextDrawCreate(199.000000, 268.000000, "RolePley"); TextDrawBackgroundColor(IntroTD[6], 255); TextDrawFont(IntroTD[6], 1); TextDrawLetterSize(IntroTD[6], 1.330000, 2.299998); TextDrawColor(IntroTD[6], -1); TextDrawSetOutline(IntroTD[6], 0); TextDrawSetProportional(IntroTD[6], 1); TextDrawSetShadow(IntroTD[6], 1);
Reply


Messages In This Thread
Whats wrong with my textdraw? - by GBLTeam - 06.04.2011, 14:53
Re: Whats wrong with my textdraw? - by Davz*|*Criss - 06.04.2011, 14:57
Re: Whats wrong with my textdraw? - by alpha500delta - 06.04.2011, 15:03
Re: Whats wrong with my textdraw? - by GBLTeam - 06.04.2011, 15:09
Re: Whats wrong with my textdraw? - by GBLTeam - 06.04.2011, 15:30

Forum Jump:


Users browsing this thread: 1 Guest(s)