03.11.2014, 01:34
Welp. I put these ontop of my script.
Got these errors.
(20
: error 010: invalid function or declaration
(207) : error 001: expected token: ";", but found "."
(199) : error 020: invalid symbol name ""
Here are the following error lines
pawn Код:
new entrance[][]=
{
{25.884498,-185.868988,1003.546875},
...
};
new exit[][]=
{
{7,2250.2444,52.6333,26.6671},
...
};
new entranceTele[][]=
{
{25.884498,-185.868988,1003.546875,10,14},
....
};
new exitTele[][]=
{
{7,2250.2444,52.6333,26.6671,0,0},
...
};
(20
![Cool](images/smilies/cool.gif)
(207) : error 001: expected token: ";", but found "."
(199) : error 020: invalid symbol name ""
Here are the following error lines
pawn Код:
[LINE 199] new exit[][]=
[LINE 207] ....
[LINE 208] };