check if a player in my vehicle - 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: check if a player in my vehicle (
/showthread.php?tid=561284)
check if a player in my vehicle -
TuNiSiAnO1 - 02.02.2015
Is there a way to check if a player in my own vehicle
Re: check if a player in my vehicle -
F1re - 02.02.2015
Код:
if(IsPlayerInVehicle(forplayerid,GetPlayerVehicleID(playerid)))
{
//success
}
else
{
//fail
}
https://sampwiki.blast.hk/wiki/IsPlayerInVehicle