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
#2

BUMP Does anyone know?
Reply
#3

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

But do not look anything
Reply
#5

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

but it don't show
Reply
#7

Use printf not print
Reply
#8

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.
Reply
#9

it dont works,something else?
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)