03.11.2014, 01:43
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 ^^^^^^^^^
};