09.08.2011, 14:29
Quote:
|
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{ if (!ispassenger && IsLocked(vehicleid, playerid)) ClearAnimations(playerid, 1); return 1; } |
If player try to enter as driver in vehicle that is already have a driver and you try to stop player entering vehicle you will stop him but player that is a driver will not see that player that is entering stopped he will see that he is jacked :/
I worked on my own locking vehicle system and i gave up until these bug is fixed
I tryed everything from freeze to setplayerpos...i tryed every combination...most useful is a slap + freeze and unfreeze (at same time) sometimes its bugged but mostly its working


