PutPlayerInVehicle problem
#9

I think i understand what you mean but not 100% sure i tried this but got a error but like i said im not sure if im specify a vehicle ID.


Код:
new cars[] = {
411
};
Код:
COMMAND:challange(playerid, params[])
{
    if( IsPlayerInRangeOfPoint( playerid, 7.0, 1017.3148, -929.1449, 420.1316 ) ) // change the '1, 2, 3' to the coords for bigjump 1 (example)
    {
        if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 411)// 411 is the infernus model
        {
            SetPlayerVirtualWorld(playerid, 1);
            PutPlayerInVehicle(playerid, cars, 1);
        }
    }
    return 1;
}
Код:
C:\Users\GTA ONLY\Desktop\The_Eclipse_V4.8\filterscripts\challange.pwn(100) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Many thanks
Reply


Messages In This Thread
PutPlayerInVehicle problem - by manchestera - 23.10.2011, 15:26
Re: PutPlayerInVehicle problem - by JaTochNietDan - 23.10.2011, 15:55
Re: PutPlayerInVehicle problem - by manchestera - 23.10.2011, 16:00
Re: PutPlayerInVehicle problem - by JaTochNietDan - 23.10.2011, 16:04
Re: PutPlayerInVehicle problem - by manchestera - 23.10.2011, 16:12
Re: PutPlayerInVehicle problem - by JaTochNietDan - 23.10.2011, 16:19
Re: PutPlayerInVehicle problem - by manchestera - 23.10.2011, 16:59
Re: PutPlayerInVehicle problem - by JaTochNietDan - 23.10.2011, 17:04
Re: PutPlayerInVehicle problem - by manchestera - 23.10.2011, 17:26
Re: PutPlayerInVehicle problem - by JaTochNietDan - 23.10.2011, 17:29

Forum Jump:


Users browsing this thread: 3 Guest(s)