18.08.2012, 00:17
Hello, can someone give me this code, what checks that vehicle model id belongs to CAR or NOT. I mean like:
I hope you understand :P
Код:
if(IsCar(vehicle))
{
SendClientMessage(playerid, -1, "You sit in car.");
}
else
{
SendClientMessage(playerid, -1, "You Don`t sit in car.");
}


