error 052: multi-dimensional arrays must be fully initialized
#9

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.263713.3828}, 
        {
"Gas Station"980.5435, -921.293041.2895
    }, 
    { 
        {
"Ammu Nation"1363.7482, -1287.414813.5469
    },
    { 
        {
"Well Stacked Pizza"2094.8977, -1800.015413.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
    } 
}; 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)