26.08.2011, 15:08
(
Последний раз редактировалось gabitzu4ever; 27.08.2011 в 07:17.
)
Hello, I made a script that will give players the bus down, but not working
We added
code
yes no work, no printf
We added
pawn Код:
public CustomPickups()
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.");
}
}