How would I make this into multiple places.
#14

Quote:
Originally Posted by Quickie
Посмотреть сообщение
pawn Код:
new entrance[][]=
{
{25.884498,-185.868988,1003.546875}// put a comma "," if you want to add another point
//{x,y,z}// remove the ... //additional point and ^^^^^^^^^
};
new exit[][]=
{
{7,2250.2444,52.6333,26.6671}// put a comma "," if you want to add another point
//{x,y,z} // remove the ... //additional point and ^^^^^^^^^
};
new entranceTele[][]=
{
{25.884498,-185.868988,1003.546875,10,14}// put a comma "," if you want to add another point
//{x,y,z,interior,world}// remove the ... //additional point and ^^^^^^^^^
};
new exitTele[][]=
{
{7,2250.2444,52.6333,26.6671,0,0}// put a comma "," if you want to add another point
//{x,y,z,interior,world} // remove the ... //additional point and ^^^^^^^^^
};
(19 : error 020: invalid symbol name ""
pawn Код:
new exit[][]=
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)