not working RemovePlayerFromVehicle
#1

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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)