SA-MP Forums Archive
not working RemovePlayerFromVehicle - 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: not working RemovePlayerFromVehicle (/showthread.php?tid=279354)



not working RemovePlayerFromVehicle - gabitzu4ever - 26.08.2011

Hello, I made a script that will give players the bus down, but not working

We added
pawn Код:
public CustomPickups()
code
pawn Код:
else if(PlayerToPoint(i,40,1094.6447,-1709.4303,13.4870))
                {
                    if(IsPlayerInVehicle(i, 269))
                    {
                    printf("Bus BOT InPoint");
                    RemovePlayerFromVehicle(i);
                    SendClientMessage(i,~0,"Last Station.");
                    }
                }
yes no work, no printf


Re: not working RemovePlayerFromVehicle - gabitzu4ever - 26.08.2011

BUMP Does anyone know?


Re: not working RemovePlayerFromVehicle - =WoR=G4M3Ov3r - 26.08.2011

Quote:
Originally Posted by gabitzu4ever
Посмотреть сообщение
BUMP Does anyone know?
Use printf -.-


Re: not working RemovePlayerFromVehicle - gabitzu4ever - 26.08.2011

But do not look anything


Re: not working RemovePlayerFromVehicle - Antonio [G-RP] - 27.08.2011

Quote:
Originally Posted by gabitzu4ever
Посмотреть сообщение
But do not look anything
Use printf -.-


Re: not working RemovePlayerFromVehicle - gabitzu4ever - 27.08.2011

but it don't show


Re: not working RemovePlayerFromVehicle - Darnell - 27.08.2011

Use printf not print


Re: not working RemovePlayerFromVehicle - uprp - 27.08.2011

pawn Код:
else if(PlayerToPoint(i,40,1094.6447,-1709.4303,13.4870))
                {
                    if(IsPlayerInVehicle(i, 269))
                    {
                    printf("Bus BOT InPoint");
                    RemovePlayerFromVehicle(i);
                    SendClientMessage(i,~0,"Last Station.");
                    }
                }
There, should work.


Re: not working RemovePlayerFromVehicle - gabitzu4ever - 27.08.2011

it dont works,something else?


Re: not working RemovePlayerFromVehicle - Generation-X - 27.08.2011

I'm confused, could you show the full code?