My DMV Driving Test, Create Vehicle Problem...
#6

I'm sorry I'm all out of ideas. Only thing I can suggest is you use this command to run a quick test:

Код:
dcmd_Spawn(playerid, params[])
{
    #pragma unused params
     new Float:x,Float:y, Float:z;
     GetPlayerPos(playerid, x,y,z);
     DrivingTestVeh = CreateVehicle(405,x, y, z, 90.0,-1,-1,-1);
     PutPlayerInVehicle(playerid, DrivingTestVeh, 0);
     return 1;
}
and just see if it works.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)