#1

Код:
CarInfo[veh][vowner] = GetName(playerid);
Код:
C:(1194) : error 047: array sizes do not match, or destination array is too small
Reply
#2

You need to index the variable CarInfo
Reply
#3

How ?
Reply
#4

Show me the enum.
Reply
#5

pawn Код:
enum YourEnum
{
    //etc etc.
    vowner[MAX_PLAYER_NAME];
    //etc etc.
}
CarInfo[MAX_VEHICLES][YourEnum];
Reply
#6

I have it already.
It is enum vInfo
And CarInfo[max_vehicles][vowner]
Reply
#7

I still need help.
Reply
#8

Show your enum.
Reply
#9

Код:
enum vInfo
{
	vowner[25],
}
Код:
new CarInfo[cars][vInfo];
Reply
#10

use vowner[MAX_PLAYER_NAME]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)