error 032: array index out of bounds
#6

Quote:
Originally Posted by newbienoob
Посмотреть сообщение
I've fixed that. But I got another problem.

pawn Код:
new testtestestestest[] = {
    "text",
        "text1",
        "text2",
        "text3"
};

TextDrawCreate(106.399963, 194.133316, testtestestestest[]); //error 029: invalid expression, assumed zero
Use it like and remove []
PHP код:
new Text:Textdraw1;
Textdraw1 TextDrawCreate(106.399963194.133316,, "testtsettser"); 
Reply


Messages In This Thread
error 032: array index out of bounds - by newbienoob - 14.02.2013, 11:19
Re: error 032: array index out of bounds - by adsy - 14.02.2013, 11:25
Re: error 032: array index out of bounds - by InfiniTy. - 14.02.2013, 11:26
Re: error 032: array index out of bounds - by DaRk_RaiN - 14.02.2013, 13:37
Re: error 032: array index out of bounds - by newbienoob - 14.02.2013, 15:33
Re: error 032: array index out of bounds - by M3mPHi$_S3 - 14.02.2013, 15:41
Re: error 032: array index out of bounds - by newbienoob - 14.02.2013, 16:17
Re: error 032: array index out of bounds - by YoYo123 - 14.02.2013, 16:21
Re: error 032: array index out of bounds - by newbienoob - 14.02.2013, 16:22
Re: error 032: array index out of bounds - by M3mPHi$_S3 - 14.02.2013, 16:39

Forum Jump:


Users browsing this thread: 1 Guest(s)