OnUnoccupiedVehicle not called
#1

I put a print statement in OnUnoccupiedVehicle and found that it is not called. Any reason why?
Reply
#2

Show the script
Reply
#3

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Show the script
pawn Код:
public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat)
{
    debug("DEBUG: OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat) vehicleid = %d, playerid = %d, passenger_seat = %d)", vehicleid, playerid, passenger_seat);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)