OnUnoccupiedVehicle not called - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: OnUnoccupiedVehicle not called (
/showthread.php?tid=341238)
OnUnoccupiedVehicle not called -
mprofitt - 10.05.2012
I put a print statement in OnUnoccupiedVehicle and found that it is not called. Any reason why?
Re: OnUnoccupiedVehicle not called -
ViniBorn - 10.05.2012
Show the script
Re: OnUnoccupiedVehicle not called -
mprofitt - 10.05.2012
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;
}