06.04.2011, 14:53
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);