18.12.2017, 07:07
i tried this and worked.
PHP Code:
#include <a_samp>
enum Trailer
{
Name[32],
Float:DestX,
Float:DestY,
Float:DestZ
};
new const TrailerDestination[][Trailer][] =
{
{
{"Gas Station", 1941.9574, -1790.2637, 13.3828},
{"Gas Station", 980.5435, -921.2930, 41.2895}
},
{
{"Ammu Nation", 1363.7482, -1287.4148, 13.5469}
},
{
{"Well Stacked Pizza", 2094.8977, -1800.0154, 13.3426},
{"Cluckin' Bell", 2370.5210,-1910.6147,13.1099},
{"Cluckin' Bell", 2408.2141,-1482.2157,23.5552},
{"Cluckin' Bell", 922.3662,-1358.4125,13.0151},
{"Joe's Sticky Ring", 1015.9811,-1345.2292,13.1014},
{"Burger Shot", 788.3559,-1635.6775,13.1099},
{"Burger Shot", 788.3559,-1635.6775,13.1099}
},
{
{"Construction Materials", 1857.0723,-1321.2823,13.1993}
}
};