How would I make this into multiple places.
#11

Welp. I put these ontop of my script.

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},
...
};
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 Код:
[LINE 199] new exit[][]=
[LINE 207] ....
[LINE 208] };
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)