1 error
#2

pawn Код:
enum E_GATE_DATA
{
        Modelid,
        Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, Float:x2, Float:y2, Float:z2, Float:rx2, Float:ry2, Float:rz2,
        interior, world, Float:Distance, Float:Range, Float:Speed, bool:State,
        ignorevehicle, GateID
}
Here are 21 values.
In the variable you take use of the enum, you're having 22 values, aka you're missing one in your enum. Add it.
Reply


Messages In This Thread
1 error - by Haydz - 07.10.2010, 00:18
Re: 1 error - by LarzI - 07.10.2010, 00:20

Forum Jump:


Users browsing this thread: 1 Guest(s)