Loads but doesn't spawn vehicles
#4

Okay, I have this:

pawn Код:
if(sscanf(Query, "p<|>s[23]dffffdd", Owner, Model, vPos[0], vPos[1], vPos[2], vPos[3], Color[0], Color[1]))
            {
                print(Query);
                new vehicle = CreateVehicle(Model, vPos[0], vPos[1], vPos[2], vPos[3], Color[0], Color[1], -1);
                vInfo[vehicle][vOwner] = Owner;
                vInfo[vehicle][vModel] = Model;
                vInfo[vehicle][vPosX] = vPos[0];
                vInfo[vehicle][vPosY] = vPos[1];
                vInfo[vehicle][vPosZ] = vPos[2];
                vInfo[vehicle][vAngle] = vPos[3];
                vInfo[vehicle][vColor1] = Color[0];
                vInfo[vehicle][vColor2] = Color[1];
            }
... and I guess the data isn't being stored because nothing was printed. Perhaps you know of a possible solution?

EDIT: I found an old vehicle system I had on my HDD some time ago and noticed my issue was on the sscanf line. It's working well now.
Reply


Messages In This Thread
Loads but doesn't spawn vehicles - by Scenario - 01.01.2011, 00:57
Re: Loads but doesn't spawn vehicles - by Scenario - 02.01.2011, 23:49
Re: Loads but doesn't spawn vehicles - by Krx17 - 02.01.2011, 23:52
Re: Loads but doesn't spawn vehicles - by Scenario - 02.01.2011, 23:54

Forum Jump:


Users browsing this thread: 1 Guest(s)