4 Really ANNOYING ERRORS.
#6

Quote:
Originally Posted by jameskmonger
Посмотреть сообщение
Yes, you will be able to add more.
Try this:
new Text3D:LabelS[500], Text3D:LabelN[500];
It still gives me errors :
PHP код:
(1330)  error 035argument type mismatch (argument 1)
(
1334)  error 033: array must be indexed (variable "LabelS")
(
1342)  error 035argument type mismatch (argument 1)
(
1345)  error 032: array index out of bounds (variable "LabelN"
There are bugged lines :
Line 1330 -
pawn Код:
Delete3DTextLabel(LabelN);
Line 1334 -
pawn Код:
LabelS = Create3DTextLabel(string,HOUSE_YSELL,Houses[NewHouseID][hExteriorX],Houses[NewHouseID][hExteriorY],Houses[NewHouseID][hExteriorZ],30.0,0,1);
Line 1342 -
pawn Код:
Delete3DTextLabel(LabelS);
Line 1345 -
pawn Код:
LabelN = Create3DTextLabel(string,HOUSE_NSELL,Houses[NewHouseID][hExteriorX],Houses[NewHouseID][hExteriorY],Houses[NewHouseID][hExteriorZ],30.0,0,1);
Quote:
Originally Posted by Famalamalam
Посмотреть сообщение
You should consider using Incognito's streamer plug-in for those 3D Text labels.
Can you please explain more detailed?
Reply


Messages In This Thread
4 Really ANNOYING ERRORS. - by Ben7544 - 22.07.2011, 16:37
Re: 4 Really ANNOYING ERRORS. - by jameskmonger - 22.07.2011, 16:44
Re: 4 Really ANNOYING ERRORS. - by Ben7544 - 22.07.2011, 16:54
Re: 4 Really ANNOYING ERRORS. - by jameskmonger - 22.07.2011, 16:56
Re: 4 Really ANNOYING ERRORS. - by Famalamalam - 22.07.2011, 16:59
Re: 4 Really ANNOYING ERRORS. - by Ben7544 - 22.07.2011, 17:16
Re: 4 Really ANNOYING ERRORS. - by jameskmonger - 22.07.2011, 17:20
Re: 4 Really ANNOYING ERRORS. - by Ben7544 - 22.07.2011, 18:25

Forum Jump:


Users browsing this thread: 1 Guest(s)