Error 008 I Hate this error
#1

Errors:
PHP код:
D:\pawn-editor\include\VCData\Features\Taxi.pwn(22) : error 008must be a constant expressionassumed zero
D
:\pawn-editor\include\VCData\Features\Taxi.pwn(38) : error 008must be a constant expressionassumed zero
D
:\pawn-editor\include\VCData\Features\Taxi.pwn(55) : error 008must be a constant expressionassumed zero 
Code:

PHP код:
static m_TaxiLocations 12;
new 
Float:TaxiLocations[m_TaxiLocations][] = { //22
    
{2000.61231524.437118.19230.0000},
    
//etc
};
new 
TaxiPrices[m_TaxiLocations] = { //38
     
5800,
     
//etc
};
new 
TaxiNames[m_TaxiLocations][] = { //55
    
"The Ship",
     
//etc
}; 
Reply
#2

fixed.

Quote:

#define

again *-*
Reply
#3

Good Job Mr. SA-MP Lead Scripter
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)