22.08.2012, 11:29
Hello guys,
I have a timer that checks if the player is in any vehicle, and if it is not PutPlayerInVehicle(playerid, 43, 0);
To put the player on the vehicle 43 on the driver seat, but the player is just teleported to the vehicle and doesn't enters the vehicle.
But if I try to do /gotov 43 0 that will do exactly the same thing.
Do you have any idea why could this problem be? The timer is being created with the SetTimerEx.
I didn't post any code because is really simple, the timer just have that line of code.
Thanks for your time, I'll +REP you
I have a timer that checks if the player is in any vehicle, and if it is not PutPlayerInVehicle(playerid, 43, 0);
To put the player on the vehicle 43 on the driver seat, but the player is just teleported to the vehicle and doesn't enters the vehicle.
But if I try to do /gotov 43 0 that will do exactly the same thing.
Do you have any idea why could this problem be? The timer is being created with the SetTimerEx.
I didn't post any code because is really simple, the timer just have that line of code.
Thanks for your time, I'll +REP you