11.07.2012, 13:01
Well i am trying to make it so if your not in the faction you cant even attempt to get in the car it will just do nothing.
This worked about a week ago and now it just wont work for some reason.
Can anyone help me please.
Please help
Thanks
This worked about a week ago and now it just wont work for some reason.
Can anyone help me please.
pawn Код:
if(Vehicles[vehicleid][CarGroup] != 0 && Vehicles[vehicleid][CarGroup] != Player[playerid][Group])
{
if(ispassenger == 0)
{
ClearAnimations(playerid);
}
}
Thanks