03.08.2011, 18:12
Something like this:
pawn Код:
new vehicle = GetPlayerVehicleID(playerid);
if(GetVehicleModel(vehicle) == 574)
{
//code here
}