27.07.2012, 15:02
I want to create new missions . I fixed every error on PPC_DefLocations
But now i have a problem with PPC_DefLoads
Here the problem is
Here pawn code is
NOTE!: THe second line is :
But now i have a problem with PPC_DefLoads
Here the problem is
Код:
G:\The new server!!!\pawno\include\PPC_DefLoads.inc(2) : error 001: expected token: ";", but found "enum"
pawn Код:
// Setup a custom type that holds all data about a load
enum TLoad
{
LoadName[50], // The name of the load
bool:Mafia, // Holds "true" if this load is wanted by the mafia
Float:PayPerUnit, // Holds the price for every meter to haul this type of load (this gets multiplied by the distance to calculate the payment)
PCV_Required, // This holds the vehicle-type the player needs to use this load (and automatically the player's class)
FromLocations[30], // This array holds all loading-points for this load
ToLocations[30] // This array holds all unloading-points for this load
}
pawn Код:
enum TLoad