01.07.2011, 12:01
make an area were they cannot enter a vehicle
like
or make a timer wich sets the veicles back to their positions
like
pawn Код:
onPlayerEnterExitVehicle(playerid, vehicleid)
{
If(isPlayerInArea)
{
SetPlayerAnim(playerid, animid) //something that stops the anim
}
return 1;
}