Big Problem (tag mismatch)
#2

cLocationx
cLocationy
cLocationz
cAngle

is not float change

pawn Код:
enum cInfo
{
    cLocationx,
    cLocationy,
    cLocationz,
    cAngle
};
new CarInfo[MAX_VEHICLES][cInfo];
to

pawn Код:
enum cInfo
{
    Float:cLocationx,
    Float:cLocationy,
    Float:cLocationz,
    Float:cAngle
};
new CarInfo[MAX_VEHICLES][cInfo];
Reply


Messages In This Thread
Big Problem (tag mismatch) - by RaulSTARs - 29.05.2012, 11:07
Re: Big Problem (tag mismatch) - by JaKe Elite - 29.05.2012, 11:13
Re: Big Problem (tag mismatch) - by RaulSTARs - 29.05.2012, 11:21
Re: Big Problem (tag mismatch) - by MP2 - 29.05.2012, 11:33
Re: Big Problem (tag mismatch) - by RaulSTARs - 29.05.2012, 11:40

Forum Jump:


Users browsing this thread: 2 Guest(s)