08.10.2010, 19:35
Hmm try to add some think like new pdcar; then creat the vehicle witht his variable pdcar = creatvehicleblabla also you are not using the playerid''
pawn Код:
IsPlayerInVehicle(playerid,(pdcar));
{
//put code here..
}
else
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "You cant drive this vehicle!");
}