Any help to fix this issue please?
#2

I believe you have an enum to store the cardata variables. There should be probably an owner without a size. Try to find the:
pawn Код:
enum data // or similar
{
     // Stuff...
     owner,     // Should be: owner[MAX_PLAYER_NAME],
     // Other stuff...
};
new carData[MAX_VEHICLES][data];
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)