Problem with PutPlayerInVehicle
#2

Does the vehicle ID 498 exists?
VehicleID is not ModelID
Try this one:
pawn Код:
COMMAND:work(playerid, cmdtext)
{
    //SetPlayerPos(playerid, 817.0552, 857.0133, 12.7891); //Not needed v.
    SendClientMessage(playerid, blue, "Welcome to work!");
    new thevehicle = CreateVehicle(498, 817.0552, 857.0133, 14.7891, 0.0, 0, 0, 5000);
    PutPlayerInVehicle(playerid, thevehicle, 0);
    SetPlayerCheckpoint(playerid, -2666.7739,637.4879,14.4531, 4.0);
    return 1;
}
Reply


Messages In This Thread
Problem with PutPlayerInVehicle - by rangerxxll - 11.09.2011, 03:34
Re: Problem with PutPlayerInVehicle - by Shelby - 11.09.2011, 03:41
Re: Problem with PutPlayerInVehicle - by rangerxxll - 11.09.2011, 03:43
Re: Problem with PutPlayerInVehicle - by rangerxxll - 11.09.2011, 03:47
Re: Problem with PutPlayerInVehicle - by Generation-X - 11.09.2011, 04:01
Re: Problem with PutPlayerInVehicle - by rangerxxll - 11.09.2011, 04:05

Forum Jump:


Users browsing this thread: 1 Guest(s)